modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-opts-5.c
blob39e486deb963967bb4283144dc77a37ff85ada5d
1 /* Test the deprecated option -Wc11-c2x-compat. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c23 -Wc11-c2x-compat" } */
5 void *p = nullptr; /* { dg-warning "nullptr" } */