// error-pattern:wooooo // no-valgrind fn main() { let a = 1; if 1 == 1 { a = 2; } fail ~"woooo" + ~"o"; }