You need to add the export marker right after the proc's id. Try this:
    
    
    proc testEcho*() =
      echo "hello world"
    

You can also drop that : void part too.

Reply via email to