fix canonicalization test

This commit is contained in:
collin 2021-03-25 22:52:58 -07:00
parent 6a1afdabb7
commit dcc2844a50

View File

@ -1,4 +1,4 @@
function main() {
let mut x = 10u32;
let x = 10u32;
x += 20;
}