fixed field selectors on arity 0 functions
[cc1516.git] / examples / old / quickTest.spl
1 x() {
2 return [[1,2,3]];
3 }
4
5 main() {
6
7 var z = x().hd.hd;
8
9 }