Searched refs:StructWithBitfield (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dinit.c161 typedef struct { uintptr_t x : 2; } StructWithBitfield; typedef in typeref:struct:__anon2782
162 StructWithBitfield bitfieldvar = { (uintptr_t)&bitfieldvar }; // expected-error {{initializer element is not a compile-time constant}}

Completed in 216 milliseconds