/* { dg-do compile } */
/* { dg-options "-Wall -fms-extensions" } */

typedef int UOW;
struct ABC {
  UOW UOW;
};

