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 e3f856c commit c7daadaCopy full SHA for c7daada
flang/test/Preprocessing/pp048.F
@@ -0,0 +1,11 @@
1
+! RUN: %flang -E %s 2>&1 | FileCheck %s
2
+#ifndef XYZ42
3
+ PARAMETER(A=2)
4
+#else Z
5
+ PARAMETER(A=3)
6
+#endif
7
+! Ensure that "PARAMETER(A" is printed only once
8
+! CHECK: PARAMETER(A
9
+! CHECK-NOT: PARAMETER(A
10
+ end
11
+
0 commit comments