// compile-pass // edition:2018 #![feature(decl_macro)] macro check() { ::std::vec::Vec::::new() } fn main() { check!(); }