aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/warn_cxx0x.C
blob: 2b84c931a6f248d8519b238c34ef7b3b5149c21b (plain)
1
2
3
4
5
6
7
// { dg-options "-std=gnu++98 -Wc++0x-compat" }
int static_assert; // { dg-warning "will become a keyword" }

void foo()
{
  static_assert = 5;
}