You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import contra
let foo =42let bar =9assercho(foo > bar, "Assercho for all the Brochachos!")
Compilation aborts with:
$ nim c -r assertecho_test.nim
(...)/assertecho_test.nim(5, 9) template/generic instantiation of `assercho` from here
(...)/nim-1.2.0/lib/core/macros.nim(565, 1) Error: undeclared identifier: 'internalAssercho'
I run it on Linux, Nim's default C compiler is gcc.
The text was updated successfully, but these errors were encountered:
For Nim 1.2.0 and file "assertecho_test.nim":
Compilation aborts with:
I run it on Linux, Nim's default C compiler is gcc.
The text was updated successfully, but these errors were encountered: