macaw/macaw-aarch32/tests/arm/test-just-exit.c
Tristan Ravitch 1fa9b86b26 Rename macaw-asl to macaw-aarch32
This is more descriptive, especially since we will eventually have
macaw-aarch32 (also derived from the ASL specs)
2020-04-05 15:16:39 -07:00

6 lines
47 B
C

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