Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
c-c++-common
/
cpp
/
warning-directive-1.c
blob: e23d240c2f725a75b636b4c4305dc91daafae53c [
file
] [
log
] [
blame
]
// { dg-do preprocess }
// { dg-options "-std=gnu99 -fdiagnostics-show-option" { target c } }
// { dg-options "-fdiagnostics-show-option" { target c++ } }
#warning
"Printed"
// { dg-warning "\"Printed\" .-Wcpp." }