2018-08-30 07:18:55 -05:00
|
|
|
// run-pass
|
2013-12-25 12:10:33 -06:00
|
|
|
// aux-build:macro_crate_def_only.rs
|
|
|
|
|
2015-03-22 15:13:15 -05:00
|
|
|
|
2014-12-31 22:43:46 -06:00
|
|
|
#[macro_use] #[no_link]
|
2014-02-14 12:10:06 -06:00
|
|
|
extern crate macro_crate_def_only;
|
2013-12-25 12:10:33 -06:00
|
|
|
|
|
|
|
pub fn main() {
|
2015-01-25 15:05:03 -06:00
|
|
|
assert_eq!(5, make_a_5!());
|
2013-12-25 12:10:33 -06:00
|
|
|
}
|