#import "fmt.odin" as fmt thing :: proc() { fmt.println("Sub Hello!") }