]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-export-inner-module.rs
Pin panic-in-drop=abort test to old pass manager
[rust.git] / src / test / ui / macros / macro-export-inner-module.rs
1 // run-pass
2 //aux-build:macro_export_inner_module.rs
3
4 #[macro_use] #[no_link]
5 extern crate macro_export_inner_module;
6
7 pub fn main() {
8     assert_eq!(1, foo!());
9 }