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

8 lines
58 B
Rust

// xfail-test
struct Foo(int, int, int);
fn main() {
}