forward_usages.txt 518 B

123456789101112131415161718
  1. forward_declarations.nim
  2. > c --verbosity:0 --hints:on
  3. SuccessX
  4. # None of the following return three instances of the echoHello proc, the first
  5. # being the forward declaration, the second being the usage inside testForward,
  6. # and the third being the actual implementation.
  7. > idetools --track:$TESTNIM,5,5 --usages $SILENT
  8. skProc.*\n.*skProc.*\n.*skProc
  9. > idetools --track:$TESTNIM,9,5 --usages $SILENT
  10. skProc.*\n.*skProc.*\n.*skProc
  11. > idetools --track:$TESTNIM,11,5 --usages $SILENT
  12. skProc.*\n.*skProc.*\n.*skProc