rust/src/test/auxiliary/pub_use_xcrate1.rs

4 lines
33 B
Rust
Raw Normal View History

2012-11-02 15:57:47 -07:00
pub struct Foo {
name: int
}