### Example ```nim echo "Hello World" ``` ``` nim c --incremental:on --nimcache:/tmp/d05 -f main.nim # 1st one succeeds nim c --incremental:on --nimcache:/tmp/d05 -f main.nim # 2nd fails ``` ### Current Output ``` Undefined symbols for architecture x86_64: _main ``` ### Expected Output should work ### Additional Information * Your Nim version (output of `nim -v`). latest devel 8117a949c58ce108b3de2f926602b6d57dddcbdf