// PR c++/37766 // { dg-options -std=c++0x } int a = 1; template void f() { f<>(); }