Reworked unit tests for machine and renamed test_programs directory
This commit is contained in:
3
test/riscv_instructions/jump_instructions/ret.c
Normal file
3
test/riscv_instructions/jump_instructions/ret.c
Normal file
@ -0,0 +1,3 @@
|
||||
int main() {
|
||||
return 1;
|
||||
}
|
Reference in New Issue
Block a user