aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/strub-apply3.c
blob: 0206e4d930e7da27902e93a1c5b7bf2b24bfd072 (plain)
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" } */
}