blob: 21d1e078a8be4d3e17606eb02dd72ba459449116 [file]
// https://github.com/rust-lang/rust/issues/64792
struct X {}
const Y: X = X("รถ"); //~ ERROR cannot find function, tuple struct or tuple variant `X` in this scope
fn main() {}