Codegen multiple line strings
This commit is contained in:
@@ -18,4 +18,12 @@ main :: (): int
|
||||
Assert(d.x == -3 && d.y == -4 && d.z == -5)
|
||||
e := c - d
|
||||
Assert(e.x == 6 && e.y == 8 && e.z == 10)
|
||||
|
||||
test_string := "
|
||||
|
||||
Memes
|
||||
|
||||
|
||||
"
|
||||
|
||||
return 0
|
||||
Reference in New Issue
Block a user