// checks for word boundries on variable names containing "import"

int _import = 5;

_checkEqual(5, _import);

