Home | History | Annotate | Download | only in lint1

Lines Matching defs:incomplete

4 // Test for message: initialization of incomplete type '%s' [175]
8 /* expect+1: warning: struct 'incomplete' never defined [233] */
9 struct incomplete;
11 /* expect+1: error: initialization of incomplete type 'incomplete struct incomplete' [175] */
12 struct incomplete incomplete = {
15 /* expect-1: error: 'incomplete' has incomplete type 'incomplete struct incomplete' [31] */