Init new repository
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
b :: proc() {
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
import "std_types";
|
||||
import "32asd";
|
||||
|
||||
main :: proc(): int {
|
||||
return 0;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
a :: proc() {
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
// #failed: package
|
||||
// #error: found 2 directories with the same name
|
||||
// #error: invalid package name, please change
|
||||
Reference in New Issue
Block a user