blob: 8494b15068c631e14b2cb05e70f483610cd6f5df [file] [log] [blame]
extern int external(void);
int main(void)
{
return external();
}