forked from Rativel/BurritOS
ONGOING: Test programs
This commit is contained in:
7
test_programs/riscv_instructions/boolean_logic/switch.c
Normal file
7
test_programs/riscv_instructions/boolean_logic/switch.c
Normal file
@@ -0,0 +1,7 @@
|
||||
int main() {
|
||||
int x = 0;
|
||||
switch(1) {
|
||||
case 1: x = 1; break;
|
||||
default: return;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user