blob: 7e894cdbd8678f5735a692ea9da09d11cc212652 [file] [log] [blame]
// { dg-do compile { target c++11 } }
using I = int; // { dg-message "int" }
using I = float; // { dg-error "float" }