ack/tests/plat/_dummy.c
2016-12-01 23:03:30 +01:00

9 lines
146 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();
}