6 lines
70 B
Rust
Raw Normal View History

2018-06-15 18:16:43 -05:00
#![crate_name = "inner"]
pub struct SomeStruct;
pub fn some_fn() {}