ONGOING: Test programs
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
int test() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
int main() {
|
||||
int x = test();
|
||||
}
|
3
test_programs/riscv_instructions/jump_instructions/ret.c
Normal file
3
test_programs/riscv_instructions/jump_instructions/ret.c
Normal file
@ -0,0 +1,3 @@
|
||||
int main() {
|
||||
return 1;
|
||||
}
|
Reference in New Issue
Block a user