* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git] / gcc / testsuite / g++.dg / ext / interface2b.cc
blob9109949b890ed0064396073f28044e32d320bc8d
1 // PR c++/26195
2 extern void foo1();
3 extern void foo2();
5 int main()
7 foo1();
8 foo2();