1 // PR c++/72849
2 
3 extern struct Foo a;
fn1()4 template <typename> void fn1() { a; }
5