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