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-2.cpp:36
10 // CHECK: {{struct|class}} C {
11 // CHECK: static const int a
12 // CHECK-NEXT: static int b;
13 // CHECK-NEXT: static int c;
25 const static int a
= 4;