uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArrays.rss
Fix bug 11592 - mixing executables from variant and non-variant builds in the same SDK is OK
#include <arrayheader.rh>
RESOURCE ARRAY_TYPES r_test5
{
ints = { 2, 3, 5 };
structs =
{
SUBTYPE
{
flag = 1;
number = 23;
},
SUBTYPE
{
flag = 1;
number = 42;
}
};
}