1
#include <myfoo.h>
2
#define MY_TEST 4
3
4
#include <basicheader.rh>
5
6
STRUCT FOO {
7
WORD v;
8
}
9
RESOURCE FOO r_test0
10
{
11
v = 42;
12
13
RESOURCE ONE_STRING r_test0_2
14
15
text = "check this textual data";
16
17