Files
c3c/test/test_suite/bitstruct/bitstruct_on_unresolved_decl.c3

3 lines
122 B
Plaintext

bitstruct Foo : FixedBlockPool // #error: The type of the bitstruct cannot be 'FixedBlockPool' but must be an integer
{
}