aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-06-12 19:43:24 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-06-12 19:43:24 -0400
commit0d62c929470458e30b888f76d029fff48d31fd3b (patch)
tree0b8b0e54681df1cd8068504ce61eac260f010c08 /src/main.cpp
parente6fa2ee70632ef1efbe3ebc54214abf30d6d40c1 (diff)
downloadzig-0d62c929470458e30b888f76d029fff48d31fd3b.tar.gz
zig-0d62c929470458e30b888f76d029fff48d31fd3b.zip
fix declref not writing to result loc
```zig const a: i32 = 0; const b: i32 = 1; const c: i32 = 2; const d: i32 = 3; export fn entry(x: bool) i32 { return if (x) if (x) a else if (x) b else c else d; } ```
Diffstat (limited to 'src/main.cpp')
0 files changed, 0 insertions, 0 deletions