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 94e27c2 commit 6411183Copy full SHA for 6411183
cross-project-tests/debuginfo-tests/llgdb-tests/forward-declare-class.cpp
@@ -6,9 +6,8 @@
6
// Work around a gdb bug where it believes that a class is a
7
// struct if there aren't any methods - even though it's tagged
8
// as a class.
9
-// CHECK: type = {{struct|class}} A {
10
-// CHECK-NEXT: {{(public:){0,1}}}
11
-// CHECK-NEXT: int MyData;
+// CHECK: {{struct|class}} A {
+// CHECK: int MyData;
12
// CHECK-NEXT: }
13
class A;
14
class B {
0 commit comments