blob: f1427ef46e928a9ab64f81a5f5a1aa70c49b8036 [file] [log] [blame]
struct X {}
const Y: X = X("รถ"); //~ ERROR expected function, tuple struct or tuple variant, found struct `X`
fn main() {}