Init new repository
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#build_if(1);
|
||||
|
||||
A :: proc(): int {
|
||||
return 0;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
#build_if(0);
|
||||
|
||||
A :: proc(): int {
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user