Matthew Maurer | b26ed88 | 2020-06-02 11:15:09 -0700 | [diff] [blame] | 1 | extern crate test_crate; |
2 | use test_crate::*; | ||||
3 | |||||
Haibo Huang | eef7c23 | 2020-09-29 11:19:51 -0700 | [diff] [blame] | 4 | emit!(one, two, three, four, five); |
Matthew Maurer | b26ed88 | 2020-06-02 11:15:09 -0700 | [diff] [blame] | 5 | emit_notes!(one, two); |
6 | |||||
7 | fn main() {} |