blob: b1ad19cb9ff47be7013ee51af0f511e1ed59ef06 [file] [log] [blame]
// https://github.com/rust-lang/rust/issues/102986
struct Struct {
y: (typeof("hey"),),
//~^ ERROR `typeof` is a reserved keyword but unimplemented
}