blob: 842938681242c22bd3a020fbec03be8889ebeb5a [file] [log] [blame] [edit]
extern int external(void);
int main(void)
{
return external();
}