1 2 3 4 5 6 7 8 9
/* { dg-do compile } */ /* { dg-options "-fstrub=strict" } */ /* { dg-require-effective-target strub } */ void __attribute__ ((__strub__)) apply_function (void *args) { __builtin_apply (0, args, 0); /* { dg-error "in .strub. context" } */ }