blob: f81b98cdadc8efa2cd68067dafba6529c48a8629 [file] [log] [blame]
fn main() {
let x: typeof(92) = 92; //~ ERROR E0516
//~| NOTE reserved keyword
}