blob: c544cadc268124efb40fe9cf25e29777e6a23155 [file] [log] [blame]
/* Test C1X static assertions. Non-constant-expression with -pedantic. */
/* { dg-do compile } */
/* { dg-options "-std=c1x -pedantic" } */
_Static_assert ((int)(1.0 + 1.0), "non-constant-expression"); /* { dg-warning "not an integer constant expression" } */