summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/save-analysis/SameDir.rs
blob: 2c690d5f759d785263aaf0a7c30fdf319a76dcd4 (plain)
1
2
3
4
5
// sub-module in the same directory as the main crate file

pub struct SameStruct {
    pub name: String
}