We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5225f68 commit 6280657Copy full SHA for 6280657
source/preprocessor.tex
@@ -216,6 +216,16 @@
216
\pnum
217
A sequence of preprocessing tokens is only a \grammarterm{text-line}
218
if it does not begin with a directive-introducing token.
219
+\begin{example}
220
+\begin{codeblock}
221
+using module = int;
222
+module i; // not a \grammarterm{text-line} and not a \grammarterm{control-line}
223
+int foo() {
224
+ return i;
225
+}
226
+\end{codeblock}
227
+The example is not a valid \grammarterm{preprocessing-file}.
228
+\end{example}
229
A sequence of preprocessing tokens is only a \grammarterm{conditionally-supported-directive}
230
if it does not begin with any of the directive names
231
appearing after a \tcode{\#} in the syntax.
0 commit comments