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 7ef2e36 commit 0e87b97Copy full SHA for 0e87b97
clang/test/Interpreter/pretty-print.c
@@ -82,7 +82,7 @@ struct S1{} s1; s1
82
// CHECK-NEXT: (S1 &) @0x{{[0-9a-f]+}}
83
84
struct S2 {int d;} E = {22}; E
85
-// CHECK-NEXT: (struct S2 &) @0x{{[0-9a-f]+}}
+// CHECK-NEXT: (S2 &) @0x{{[0-9a-f]+}}
86
87
E.d
88
// CHECK-NEXT: (int) 22
0 commit comments