Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }