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

6 lines
47 B
C

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