/** * @file test.c * Basic userland code to be loaded by stmos for program load testing. */ #include int main(void) { printf("Hello, world!\n"); while (1); return 0; }