blob: fc4352df30082bcba1021680ce262965d3b17627 [file] [log] [blame]
buyingyi2fd7fa62014-11-24 19:31:55 -08001(from $l in foo1()
2select $l)
3union
4(from $l in foo2()
5select $l)
6union
7(from $l in foo3()
8select $l)