sample struct {
  int a;
  int b;
} TwoInts;

sample struct {
  int x;
  string s;
} IntString;