ack/plat/qemuppc/tests/_dummy.c
2016-11-13 13:37:22 +01:00

8 lines
145 B
C

#include "test.h"
/* Bypasses the CRT, so there's no stdio or BSS initialisation. */
void _m_a_i_n(void)
{
ASSERT(0 == 0);
finished();
}