feat(parser,ir,backend): Fully support func params and disable r0-r3 alloc temporarily
This commit is contained in:
@@ -1096,4 +1096,8 @@ mod tests {
|
||||
fn test_error() {
|
||||
test_case("999");
|
||||
}
|
||||
#[test]
|
||||
fn test_func() {
|
||||
test_case("12-13,58-60");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user