1 2 3 4 5 6 7 8 9
/* { dg-skip-if "requires untyped assembly" { ! untyped_assembly } { "-O0" } { "" } } */ int foo () {} main (a, b) { foo (foo (a, b), foo (b, a)); return 0; }