BurritOS/test/riscv_instructions/jump_instructions/jump.c

8 lines
78 B
C

int test() {
return 0;
}
int main() {
int x = test();
return x;
}