diff options
| author | 2022-08-29 08:17:03 +0200 | |
|---|---|---|
| committer | 2022-08-29 09:03:36 +0200 | |
| commit | a984cedd59c5dc290b896e4b8743f771df31e1bd (patch) | |
| tree | 232d8a35f0d3bb8ce57ac2f6c2fb620615a5044f /test | |
| parent | 6aeb4e79bf92863a3b5d41b22db71cf342c9b54e (diff) | |
add type, multiline strings
Diffstat (limited to 'test')
| -rw-r--r-- | test/2.cff | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; } |