discard""" matrix: "--mm:refc; --mm:orc" output: '''true'''"""# Just check that we can parse 'somesql' and render it without crashes.importparsesql,streams,osvartree=parseSql(newFileStream(parentDir(currentSourcePath)/"somesql.sql"),"somesql")discardrenderSql(tree)echo"true"