rt_gccstream/gcc/testsuite/gcc.dg/cpp/warn-multichar.c

6 lines
181 B
C

// { dg-do preprocess }
// { dg-options "-std=gnu99 -fdiagnostics-show-option -Wmultichar" }
#if 'abc' // { dg-warning "multi-character character constant .-Wmultichar." }
#endif