rust/src/test/run-pass/tuple-struct-trivial.rs

6 lines
43 B
Rust
Raw Normal View History

struct Foo(int, int, int);
fn main() {
}