feat: replace end2end test and add more test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[expected_return_code]
|
||||
42
|
||||
|
||||
[code]
|
||||
fn main() -> i32 {
|
||||
let a = 0;
|
||||
let b = 0;
|
||||
a = b = 42;
|
||||
return a;
|
||||
}
|
||||
Reference in New Issue
Block a user