2 g (struct Bar
{ int i
; } *x
)
11 // This is not in scope and should barf loudly.
17 * check-name: struct not in scope
21 struct-ns2.c:2:11: warning: bad scope for 'struct Bar'
22 struct-ns2.c:12:14: error: incomplete type/unknown size for 'y'
23 struct-ns2.c:13:5: error: using member 'i' in incomplete 'struct Bar'