1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-08 06:29:32 +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;