aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp/warning-2.C
blob: ae15b6b8c02fd3e643e7116705a383018618489c (plain)
1
2
3
4
5
6
// P2437R1 - Support for #warning
// { dg-do preprocess }
// { dg-options "-pedantic" }

#warning example text /* { dg-warning "example text" } */
// { dg-warning "'#warning' before C\\\+\\\+23 is a GCC extension" "pedantic" { target c++20_down } .-1 }