]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/track-path-dep-info/macro_use.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / test / run-make / track-path-dep-info / macro_use.rs
1 #[macro_use]
2 extern crate macro_def;
3
4 access_tracked_paths!();
5
6 fn main() {}