blob: 11834ac56dee404d57dc951c378081c88de96b11 [file] [log] [blame]
extern void foo();
int main()
{
foo();
return 0;
}