modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pass.c (about) 1 /* { dg-require-effective-target untyped_assembly } */ 2 int 3 foo (a, b, c) 4 { 5 return a + b + c; 6 } 7 8 int 9 bar () 10 { 11 int q, w, e, r, t, y; 12 13 return foo ((int) & q, q, w, e, q, (int) &w); 14 }