1 // { dg-do compile { target c++17 } }
2 // { dg-options "-O -gdwarf-5 -dA -gno-strict-dwarf" }
3 // { dg-require-weak "" }
4 // { dg-skip-if "AIX DWARF5" { powerpc-ibm-aix* } }
5 // { dg-final { scan-assembler-not "DW_TAG_member" } }
10 static inline double b = 4.0;
11 static constexpr int c = 2;
12 static constexpr inline char d = 3;
13 static const int j = 7;
25 static inline double g = 4.0;
26 static constexpr int h = 2;
27 static inline constexpr char i = 3;
28 static const int m = 8;