blob: cbf1ba801bfd2f0e39810fb87b6a609c58db9ee0 [file] [log] [blame]
// PR c++/26195
extern void f1();
extern void f2();
int main()
{
f1();
f2();
}