1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-25 14:29:27 +00:00
C02/work/hdrtest.c02
2018-08-11 00:18:23 -04:00

13 lines
233 B
Plaintext

/*************************************************
* Test header variable and function definitions *
*************************************************/
#include "testhdr.h02"
main:
puts("Header Test");
goto exit;