using Nemerle.Text; def if = 4; _ = if + 3; mutable regexp = "a"; _ = regexp.IndexOf ('a'); // OPTIONS: -disable-keyword:if,Nemerle.Text.regexp