557dcfd87 ^
1 2 3 4 5 6 7 8 9 10
discard """ targets: "c js" matrix: "--gc:arc" """ # bug #16033 when defined js: doAssert not compileOption("gc", "arc") else: doAssert compileOption("gc", "arc")