and maybe other characters as well? ``` rust #[path = "foo foo.rs"] mod foo; ``` ``` $ rustc foo.rs --dep-info dep --crate-type lib $ cat dep libfoo.rlib: foo.rs foo foo.rs ``` I'm not actually entirely sure what syntax should be used, but I imagine that gcc knows!