fixes #24472; let symbol created by template is reused in nimvm branch (#24473)

fixes #24472

Excluding variables which are initialized in the nimvm branch so that
they won't interfere the other branch
This commit is contained in:
ringabout
2024-11-26 19:35:48 +08:00
committed by GitHub
parent 1a901bd94e
commit e7f48cdd5c
5 changed files with 24 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
discard """
targets: "cpp"
output: "hello"
cmd: "nim cpp --legacy:nostrictdefs --clearNimblePath --nimblePath:build/deps/pkgs2 $file"
cmd: "nim cpp --clearNimblePath --nimblePath:build/deps/pkgs2 $file"
"""
# bug #3299