aboutsummaryrefslogtreecommitdiff
path: root/code/test.odin
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-09-19 21:33:52 +0100
committerGinger Bill <bill@gingerbill.org>2016-09-19 21:33:52 +0100
commit9561dc33cef4c5881034d429524a0498331a740e (patch)
tree23820f1575123ad38d0ecdfa5bad9d8fecf92629 /code/test.odin
parentbbc9739f5c1f6fa4dc8ad36aed7bcb1cba2eadea (diff)
enum_to_string
Diffstat (limited to 'code/test.odin')
-rw-r--r--code/test.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test.odin b/code/test.odin
index c4636a7b7..a5df7c4d0 100644
--- a/code/test.odin
+++ b/code/test.odin
@@ -1,5 +1,5 @@
#import "fmt.odin" as fmt
-thing :: proc() {
+thing :: proc() #link_name "frankerooney" {
fmt.println("Hello!")
}