1 2 3 4 5 6 7 8 9 10
discard """ matrix: "--gc:refc; --gc:arc" """ import std/strbasics var a = " vhellov " strip(a) doAssert a == "vhellov"