blob: 5b2babaecfaa914033b65061d648e054cc1555db [file] [log] [blame]
/****************************************************************************
* unit_header.h
*
* Prefix for all unit tests
****************************************************************************/
.section .text.init;
.globl _start
_start:
j test_program
done:
j done
test_program: //