macaw/macaw-ppc/tests/ppc/test-just-exit.c
2017-10-24 16:36:36 -07:00

6 lines
47 B
C

#include "util.h"
void _start() {
EXIT();
}