Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
alias-decl-56.C
blob: 7e894cdbd8678f5735a692ea9da09d11cc212652 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
using
I
=
int
;
// { dg-message "int" }
using
I
=
float
;
// { dg-error "float" }