Skip to content

Instantly share code, notes, and snippets.

@Araq
Created July 9, 2019 11:35
Show Gist options
  • Save Araq/d19bdecbe691be38789ea73329dfb92a to your computer and use it in GitHub Desktop.
Save Araq/d19bdecbe691be38789ea73329dfb92a to your computer and use it in GitHub Desktop.
type
Stuff = object
proc bah {.tags: [Stuff].} =
discard
proc main =
bah()
echo "hi"
{.effects.}
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment