blob: 2b84c931a6f248d8519b238c34ef7b3b5149c21b [file] [log] [blame]
// { dg-options "-std=gnu++98 -Wc++0x-compat" }
int static_assert; // { dg-warning "will become a keyword" }
void foo()
{
static_assert = 5;
}