blob: 167ca5ac1cfa0402f12635ca2f2fbb0a1c67b766 [file] [log] [blame]
var preproc = require("preproc");
if (preproc.endif != 1)
throw "RuntimeError";
if (preproc.define != 1)
throw "RuntimeError";
if (preproc.defined != 1)
throw "RuntimeError";
if (2*preproc.one != preproc.two)
throw "RuntimeError";