1
#include <arrayheader.rh>
2
3
RESOURCE ARRAY r_test_map_array_end_container1
4
{
5
items = { r_test_map_array_end1 };
6
}
7
RESOURCE ARRAY_EMBEDDED r_test_map_array_end1
8
9
items =
10
11
LBUF
12
13
txt = "first";
14
15
};
16