1 // RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %s -c -o %t.o
2 // RUN: %test_debuginfo %s %t.o
4 // XFAIL: !system-darwin && gdb-clang-incompatibility
7 // Work around a gdb bug where it believes that a class is a
8 // struct if there aren't any methods - even though it's tagged
10 // CHECK: {{struct|class}} A {