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