summary refs log tree commit diff stats
path: root/tests/js/tcsymbol.nim
blob: 07e52b9b6281386bcece6f9bd041c85ccb04ebde (plain) (blame)
1
2
3
4
5
6
discard """
  matrix: "--cc:gcc; --cc:tcc"
"""

doAssert not defined(gcc)
doAssert not defined(tcc)