rust/tests/ui/rmeta/auxiliary/rmeta-rlib.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
62 B
Rust
Raw Normal View History

2016-11-09 23:29:27 -06:00
#![crate_type="rlib"]
pub struct Foo {
pub field: i32,
}