main2.c   [plain text]



extern void bar();




int main()
{
    bar();
    return 0;
}