forked from Rativel/BurritOS
ONGOING: Test programs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
int test() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
int main() {
|
||||
int x = test();
|
||||
}
|
||||
Reference in New Issue
Block a user