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