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