summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/alias-decl-12.C
blob: 11c26865d9e82dd7331580cd2995f4c9f41e3de1 (plain)
1
2
3
4
// Origin: PR c++/51027
// { dg-options "-std=c++0x" }

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