ack/tests/plat/_dummy_e.c
2016-12-06 22:07:22 +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();
}