blob: 2c690d5f759d785263aaf0a7c30fdf319a76dcd4 [file] [log] [blame]
// sub-module in the same directory as the main crate file
pub struct SameStruct {
pub name: String
}