C02/work/hdrtest.c02

13 lines
233 B
Plaintext

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