HomeSort by: relevance | last modified time | path
    Searched refs:incomplete_struct (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
d_alignof.c 98 /* expect+1: warning: struct 'incomplete_struct' never defined [233] */
99 struct incomplete_struct;
101 typedef int incomplete_struct[-(int)__alignof(struct incomplete_struct)]; typedef in function:alignof_variants
init.c 70 /* expect+1: error: initialization of incomplete type 'incomplete struct incomplete_struct' [175] */
71 struct incomplete_struct s1 = {
73 /* expect+1: error: 's1' has incomplete type 'incomplete struct incomplete_struct' [31] */
76 /* expect+1: error: initialization of incomplete type 'incomplete struct incomplete_struct' [175] */
77 struct incomplete_struct s2 = {
79 /* expect+1: error: 's2' has incomplete type 'incomplete struct incomplete_struct' [31] */
82 struct incomplete_struct { struct

Completed in 11 milliseconds