rust/tests/data/parser/ok/0002_struct_item_field.rs

3 lines
25 B
Rust
Raw Normal View History

2018-01-06 15:16:00 +01:00
struct S {
foo: u32
}