about summary refs log tree commit diff
path: root/tests/run-make/dep-info/lib.rs
blob: 6e2781cd4b20e170cc971507e7909ee1d7aa71f7 (plain)
1
2
3
4
#![crate_name = "foo"]

pub mod bar;
pub mod foo;