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

int _catch (){
  return 1;
}

_checkEqual(1, _catch());

