diff options
Diffstat (limited to 'gcc/testsuite/c-c++-common/Wimplicit-fallthrough-24.c')
-rw-r--r-- | gcc/testsuite/c-c++-common/Wimplicit-fallthrough-24.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/c-c++-common/Wimplicit-fallthrough-24.c b/gcc/testsuite/c-c++-common/Wimplicit-fallthrough-24.c new file mode 100644 index 00000000000..15f33c670c2 --- /dev/null +++ b/gcc/testsuite/c-c++-common/Wimplicit-fallthrough-24.c @@ -0,0 +1,4 @@ +/* { dg-do compile } */ +/* { dg-options "-Wimplicit-fallthrough -C" } */ + +#include "Wimplicit-fallthrough-23.c" |