(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr94968.c
       1  /* PR c/94968 */
       2  /* { dg-do compile } */
       3  
       4  int
       5  foo (void)
       6  { 
       7    __builtin_speculation_safe_value (1, x);	/* { dg-error "undeclared" } */
       8  }						/* { dg-message "each undeclared identifier is reported only once" "" { target *-*-* } .-1 } */