blob: 265193d4d6fbab8f106ad499a7213272e3411edb [file] [log] [blame]
/* { dg-skip-if "requires untyped assembly" { ! untyped_assembly } { "-O0" } { "" } } */
int foo () {}
main (a, b)
{
foo (foo (a, b), foo (b, a));
return 0;
}