stdlib: fix errant let in test.cl

This commit is contained in:
John 2024-04-22 02:02:25 -05:00
parent f483d690e2
commit a3bb1ef447

View File

@ -62,5 +62,3 @@ fn if_else() -> i32 {
} }
// block 4 // block 4
} }
let x = 0;