// { dg-do compile } template struct Foobar { // Contents irrelevant }; template struct Wrapper { // Contents irrelevant }; template Foobar)> * compiler_bug (A) { return 0; } int main() { compiler_bug(1); }