1 // run-pass
2 #![allow(dead_code)]
3 // pretty-expanded FIXME #23616
4 
5 struct Foo(isize, isize, isize);
6 
main()7 pub fn main() {
8 }
9