// PR c++/30924 template struct x {}; template struct x {}; int main() { x a; x b; return 0; }