1 // UNSUPPORTED: system-windows
3 // Test to verify we are correctly generating anonymous flags when parsing
4 // anonymous class and unnamed structs from DWARF to the a clang AST node.
6 // RUN: %clangxx_host -g -c -o %t.o %s
7 // RUN: lldb-test symbols -dump-clang-ast %t.o | FileCheck %s
18 // CHECK: A::(anonymous struct)
19 // CHECK: |-DefinitionData is_anonymous pass_in_registers aggregate standard_layout trivially_copyable pod trivial literal
20 // CHECK: A::(unnamed struct)
21 // CHECK: |-DefinitionData pass_in_registers aggregate standard_layout trivially_copyable pod trivial literal