aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/testsuite/g++.dg/cpp0x/constexpr-98.C
blob: 1a0189b56e20031e1885e55da5f7c839bba494e2 (plain)
1
2
3
4
// { dg-options "-std=c++98" }

constexpr int i = 42;	  // { dg-message "std=c\\+\\+11" }
// { dg-error "constexpr" "" { target *-*-* } 3 }