Add a warning for code like this ```js { print("uwu"); 1 // warning: value of block expression is not used } if x { print("owo"); 2 // warning: value of if expression is not used } ```