aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-29 08:17:03 +0200
committerlemon <lsof@mailbox.org>2022-08-29 09:03:36 +0200
commita984cedd59c5dc290b896e4b8743f771df31e1bd (patch)
tree232d8a35f0d3bb8ce57ac2f6c2fb620615a5044f /test
parent6aeb4e79bf92863a3b5d41b22db71cf342c9b54e (diff)
add type, multiline strings
Diffstat (limited to 'test')
-rw-r--r--test/2.cff1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/2.cff b/test/2.cff
index 04560ca..deb300c 100644
--- a/test/2.cff
+++ b/test/2.cff
@@ -16,4 +16,5 @@ extern fn main() int {
foo.num = -2;
foo.num *= 10;
printf("0x%X: %d, %d, %d\n", foo.#raw, foo.tag, foo.flag, foo.num += 532);
+ let long = "abcd" "defg";
}