blob: 2fa762475da958c42647522286790ff0d516dbcd [file] [log] [blame]
struct Foo(u32);
fn test() -> Foo { Foo } //~ ERROR mismatched types
fn main() {}