
/*
 * Duplicate member in struct.
 */

struct S {
  long a;
  char a;
};
