mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 01:21:40 +00:00
undefine C symbols in JS backend [backport:1.6] (#19437)
fix #19330; fix #19059
This commit is contained in:
6
tests/js/tcsymbol.nim
Normal file
6
tests/js/tcsymbol.nim
Normal file
@@ -0,0 +1,6 @@
|
||||
discard """
|
||||
matrix: "--cc:gcc; --cc:tcc"
|
||||
"""
|
||||
|
||||
doAssert not defined(gcc)
|
||||
doAssert not defined(tcc)
|
||||
Reference in New Issue
Block a user