URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20030530-3.c] - Rev 12
Compare with Previous | Blame | View Log
struct tree_decl { unsigned in_system_header_flag:1; }; union tree_node { struct tree_decl decl; }; typedef union tree_node *tree; static int redeclaration_error_message (olddecl) tree olddecl; { if (({olddecl;})->decl.in_system_header_flag) ; }