1
#include <arrayheader.rh>
2
3
RESOURCE ARRAY_TYPES r_test_array_fixed
4
{
5
ints = { 42, 23 };
6
structs =
7
8
SUBTYPE
9
10
number = 23;
11
},
12
13
14
number = 42;
15
}
16
};
17