blob: 80b3e7bf8bf0f606c9fa091c6238b2e483fce2a9 [file] [log] [blame]
// PR c++/72849
extern struct Foo a;
template <typename> void fn1() { a; }