mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-25 14:34:29 +00:00
8 lines
58 B
C
8 lines
58 B
C
|
extern int bar (void);
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
return bar ();
|
||
|
}
|