(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
930623-1.c
       1  /* { dg-require-effective-target untyped_assembly } */
       2  /* { dg-skip-if "no __builtin_apply in eBPF" { bpf-*-* } } */
       3  
       4  g (a, b) {}
       5  
       6  f (xx)
       7       void* xx;
       8  {
       9    __builtin_apply ((void*)g, xx, 200);
      10  }