Files
Nim/tests/js/tcsymbol.nim
2022-02-04 17:10:24 -05:00

6 lines
99 B
Nim

discard """
matrix: "--cc:gcc; --cc:tcc"
"""
doAssert not defined(gcc)
doAssert not defined(tcc)