Skip to content

Instantly share code, notes, and snippets.

@nddrylliog
Forked from fredreichbier/gcc output
Created April 25, 2010 14:24
Show Gist options
  • Save nddrylliog/378437 to your computer and use it in GitHub Desktop.
Save nddrylliog/378437 to your computer and use it in GitHub Desktop.
bar: unmangled func (t: C) {
"Hey, it's a %s" format(t class name) println()
}
C: class {
foo: extern(bar) func
}
C new() foo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment