modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/930623-1.c (about) 1 /* { dg-require-effective-target untyped_assembly } */ 2 3 g (a, b) {} 4 5 f (xx) 6 void* xx; 7 { 8 __builtin_apply ((void*)g, xx, 200); 9 }