blob: 63d42b76969cd73ec5ee4ef81b8e1aef8331202d [file] [log] [blame] [edit]
// Tests for an ICE with the fuzzed input below.
fn main ( ) {
format ! ( concat ! ( r#"lJ𐏿Æ�.𐏿�"# , "r} {}" ) ) ;
//~^ ERROR: invalid format string: unmatched `}` found
}