Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / 20030530-3.c
blob0a93d2f13fa1042ab33c28d2203ea0033cc591f7
1 struct tree_decl
3 unsigned in_system_header_flag:1;
4 };
5 union tree_node
7 struct tree_decl decl;
8 };
9 typedef union tree_node *tree;
10 static int
11 redeclaration_error_message (olddecl)
12 tree olddecl;
14 if (({olddecl;})->decl.in_system_header_flag)