Import "base:runtime" to resolve reference to type info correctly

This commit is contained in:
Antonino Simone Di Stefano
2024-12-01 08:50:07 +01:00
parent 630b1c5cdf
commit ec1fefb3f5

View File

@@ -1,6 +1,8 @@
// This is purely for documentation
package builtin
import "base:runtime"
nil :: nil
false :: 0!=0
true :: 0==0