Retro68/AutomatedTests/ReallyEmpty.c

7 lines
210 B
C

void _start(void)
{
// Test: do things work well enough for us to get to a startup function?
// Note: this won't work for multisegment 68K apps, as the startup function will be in the wrong segment.
}