This website requires JavaScript.
Explore
Help
Sign In
ProvableHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/ProvableHQ/leo.git
synced
2024-12-18 15:31:32 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0b798dc950
leo
/
tests
/
compiler
/
mutability
/
cond_mut.leo
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add tests for dead code elim
2021-03-24 01:49:56 +03:00
function main () {
fix tests merged from master
2021-03-25 18:19:42 +03:00
let x = 100i8;
add tests for dead code elim
2021-03-24 01:49:56 +03:00
if false {
x = 1i8;
x *= 100i8;
}
}
Reference in New Issue
Copy Permalink