Retro68/AutomatedTests/ReallyEmpty.c
2019-08-18 13:21:00 +02:00

7 lines
206 B
C

void _start()
{
// 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.
}