modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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 }