summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/alias-decl-56.C
blob: 7e894cdbd8678f5735a692ea9da09d11cc212652 (plain)
1
2
3
4
// { dg-do compile { target c++11 } }

using I = int;			// { dg-message "int" }
using I = float;		// { dg-error "float" }