blob: bcd0b24c7507fe352c1636c8db26f17ad2a71458 [file] [log] [blame]
// compile-pass
fn main() {
let _ = "Foo"_;
//~^ WARNING underscore literal suffix is not allowed
//~| WARNING this was previously accepted
//~| NOTE issue #42326
}