We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa9a0d commit c6267c2Copy full SHA for c6267c2
1 file changed
source/basic.tex
@@ -5293,7 +5293,7 @@
5293
\begin{codeblock}
5294
class X; // \tcode{X} is an incomplete type
5295
extern X* xp; // \tcode{xp} is a pointer to an incomplete type
5296
-extern int arr[]; // the type of arr is incomplete
+extern int arr[]; // the type of \tcode{arr} is incomplete
5297
typedef int UNKA[]; // \tcode{UNKA} is an incomplete type
5298
UNKA* arrp; // \tcode{arrp} is a pointer to an incomplete type
5299
UNKA** arrpp;
0 commit comments