aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/t_t.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t_t.ur')
-rw-r--r--tests/t_t.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/t_t.ur b/tests/t_t.ur
new file mode 100644
index 00000000..9e38a30d
--- /dev/null
+++ b/tests/t_t.ur
@@ -0,0 +1,3 @@
+table t : {A : int}
+
+task initialize = fn () => dml (UPDATE t SET A = A + 1 WHERE TRUE)