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