int main() { union a; a * p; }
Standard input is empty
prog.c: In function ‘main’: prog.c:4: error: ‘a’ undeclared (first use in this function) prog.c:4: error: (Each undeclared identifier is reported only once prog.c:4: error: for each function it appears in.) prog.c:4: error: ‘p’ undeclared (first use in this function)
Standard output is empty