aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/alias-decl-12.C
blob: df23e55198d176811728e5611facc4c3fc764eda (plain)
1
2
3
4
// Origin: PR c++/51027
// { dg-do compile { target c++11 } }

using INT = int // { dg-error "expected|;|at end of input" }