Began proof-of-concept memory module.
[aesalon.git] / tests / exitTest.c
blob822ecc1941d5096966a107255bee954c5d15fd68
1 #include <stdio.h>
2 #include <stdlib.h>
4 int main(int argc, char *argv[]) {
5 printf("In exitTest . . .\n");
6 exit(1);
7 return 0;