9 [__builtin_offsetof(struct A
, b
)] = 0, // OK
10 [__builtin_offsetof(struct A
, a
[0])] = 0, // OK
11 [__builtin_offsetof(struct A
, a
[0*0])] = 0, // OK
12 [__builtin_offsetof(struct A
, a
[c
])] = 0 // KO
16 * check-name: constexprness __builtin_offsetof()
19 constexpr-offsetof.c:12:39: error: bad constant expression