Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp
/
warning-3.C
blob: 1595b4d13053905c1d55590dd80c674472d8e9ad [
file
] [
log
] [
blame
]
// P2437R1 - Support for #warning
// { dg-do preprocess }
// { dg-options "" }
#warning
example text
/* { dg-warning "example text" } */
// { dg-bogus "#warning before C\\\+\\\+23 is a GCC extension" "" { target *-*-* } .-1 }