tcsymbol.nim 99 B

123456
  1. discard """
  2. matrix: "--cc:gcc; --cc:tcc"
  3. """
  4. doAssert not defined(gcc)
  5. doAssert not defined(tcc)