1 // { dg-do compile { target c++11 } }
2 
3 using I = int;			// { dg-message "int" }
4 using I = float;		// { dg-error "float" }
5