8c99e2b7ad
end of the build (and fail then).
9 lines
146 B
C
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();
|
|
}
|