1 // RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %s -o %t -c
2 // RUN: %clangxx %target_itanium_abi_host_triple %t -o %t.out
3 // RUN: %test_debuginfo %s %t.out
4 // XFAIL: gdb-clang-incompatibility
6 // DEBUGGER: delete breakpoints
7 // DEBUGGER: break static-member.cpp:33
10 // CHECK: {{struct|class}} C {
11 // CHECK: static const int a;
12 // CHECK-NEXT: static int b;
13 // CHECK-NEXT: static int c;
17 // CHECK: ${{[0-9]}} = 4
19 // CHECK: ${{[0-9]}} = 15
25 const static int a
= 4;