``` type Struct struct { u32[10] array; } const u32 Count = elemsof(Struct.array); // error: member access needs an instantiation of type 'test.Struct' ```