// PR c++/33620 template struct __attribute__((visibility("default"))) List {}; int bar(List args); bool test(const List &); int i = bar(List()); bool test(const List &) {}