// Build don't link: template struct A {}; template struct A; // ERROR - does not specialize args template const struct A; // ERROR - parse error template template A; // ERROR - .*