modernc.org/cc@v1.0.1/testdata/anon.c (about) 1 // Invalid anonymous field should raise an error but not panic. 2 3 struct { 4 _Bool; 5 };