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