diff options
Diffstat (limited to 'tests/table.lac')
-rw-r--r-- | tests/table.lac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/table.lac b/tests/table.lac index ad67fd19..4c44f857 100644 --- a/tests/table.lac +++ b/tests/table.lac @@ -1 +1,3 @@ table t : {A : int, B : string, C : float} + +val my_query = (SELECT * FROM t) |