1 // RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %s -c -o %t.o
2 // RUN: %test_debuginfo %s %t.o
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
9 // CHECK: type = {{struct|class}} A {
10 // CHECK-NEXT: {{(public:){0,1}}}
11 // CHECK-NEXT: int MyData;