Home
last modified time | relevance | path

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

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