* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / call.c
blob265193d4d6fbab8f106ad499a7213272e3411edb
1 /* { dg-skip-if "requires untyped assembly" { ! untyped_assembly } { "-O0" } { "" } } */
3 int foo () {}
5 main (a, b)
7 foo (foo (a, b), foo (b, a));
8 return 0;