mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 00:57:28 -04:00
11 lines
87 B
C
11 lines
87 B
C
#include "dwarf1.h"
|
|
|
|
struct foo_s foo;
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
doprintf ();
|
|
return 0;
|
|
}
|