mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-24 02:31:44 +03:00
fix canonicalization test
This commit is contained in:
parent
6a1afdabb7
commit
dcc2844a50
@ -1,4 +1,4 @@
|
|||||||
function main() {
|
function main() {
|
||||||
let mut x = 10u32;
|
let x = 10u32;
|
||||||
x += 20;
|
x += 20;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user