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 3c00763 commit 7d7ae03Copy full SHA for 7d7ae03
test/Pragmas/multiArgument.C
@@ -12,6 +12,7 @@
12
"BEGIN"
13
// CHECK: (const char [6]) "BEGIN"
14
15
+
16
#pragma cling load("P0.h", "P1.h","P2.h")
17
18
ValueA
@@ -28,11 +29,6 @@ ValueC
28
29
.undo
30
31
-// FIXME: When print Transactions are properly parenteted remove these
32
-.undo
33
34
35
-
36
ValueA // expected-error {{use of undeclared identifier 'ValueA'}}
37
38
#pragma cling load "P0.h" "P1.h" "P2.h"
@@ -50,11 +46,6 @@ ValueC
50
46
51
47
52
48
53
54
55
56
57
58
49
ValueB // expected-error {{use of undeclared identifier 'ValueB'}}
59
60
#pragma cling(load, "P0.h", "P1.h", "P2.h")
0 commit comments