sample struct { int a; int b; } TwoInts; sample struct { int x; string s; } IntString; sample struct { double x; double y; } TwoDoubles;