rust/tests/data/parser/err/0003_C++_semicolon.rs
2018-01-08 21:57:19 +03:00

4 lines
No EOL
40 B
Rust

struct S {
a: i32,
b: String,
};