use super::*; pub(super) fn type_ref(p: &mut Parser) { p.expect(IDENT); }