macaw/macaw-ppc/tests/ppc/test-just-exit.c

6 lines
47 B
C
Raw Normal View History

2017-10-25 02:36:36 +03:00
#include "util.h"
void _start() {
EXIT();
}