1 2 3 4 5 6 7
// PR c++/37766 // { dg-options -std=c++0x } int a = 1; template<int& b = a> void f() { f<>(); }