2018-11-28 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / c2x-static-assert-2.c
blobc3474676e023197763dfdd64c8961eb6a2c080a6
1 /* Test C2x static assertions. Omitting the string supported. Failed
2 assertions. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c2x -pedantic" } */
6 _Static_assert (0); /* { dg-error "static assertion failed" } */