Skip to content

Instantly share code, notes, and snippets.

@noonien
Created May 6, 2019 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noonien/5c37a8ca49f05e4568d1fc6c14cf75e5 to your computer and use it in GitHub Desktop.
Save noonien/5c37a8ca49f05e4568d1fc6c14cf75e5 to your computer and use it in GitHub Desktop.
nim import fail 1
# if the imports are reversed, it works
import c
import b
echo Foo(3)
import c
proc Foo*(x: int): Foo = discard
type Foo* = array[16, byte]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment