From a984cedd59c5dc290b896e4b8743f771df31e1bd Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 29 Aug 2022 08:17:03 +0200 Subject: add type, multiline strings --- test/2.cff | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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"; } -- cgit v1.2.3