1 2 3 4 5 6 7 8 9
// Regression issue for rustdoc ICE encountered in PR #65252. #![feature(decl_macro)] fn main() { || { macro m() {} }; }