aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp/warning-3.C
blob: 1595b4d13053905c1d55590dd80c674472d8e9ad (plain)
1
2
3
4
5
6
// 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 }