mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
11 lines
87 B
C
11 lines
87 B
C
|
#include "dwarf1.h"
|
||
|
|
||
|
struct foo_s foo;
|
||
|
|
||
|
int
|
||
|
main (void)
|
||
|
{
|
||
|
doprintf ();
|
||
|
return 0;
|
||
|
}
|