Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
warn-multichar.c
blob: 9188a15868547513c15c9e07788839940801ed99 [
file
] [
log
] [
blame
]
// { dg-do preprocess }
// { dg-options "-std=gnu99 -fdiagnostics-show-option -Wmultichar" }
#if 'ab' // { dg-warning "multi-character character constant .-Wmultichar." }
#endif