aboutsummaryrefslogtreecommitdiff
path: root/test/2.cff
diff options
context:
space:
mode:
Diffstat (limited to 'test/2.cff')
-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";
}