Home
last modified time | relevance | path

Searched defs:g21 (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dconst-init.c116 struct g21 {int g21;}; argument
117 const struct g21 g21 = (struct g21){1}; variable
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dvar-redecl.c70 void g21() { extern int b[4]; } // expected-error{{redefinition of 'b' with a different type: 'int … in g21() function