blob: 66e0caf950557425935f8299e9dcf8497732d95f [file]
extern int myobj_foo(void);
int main(void)
{
return myobj_foo();
}