1 /* { dg-do compile } */ 2 /* { dg-options "-Wall -fms-extensions" } */ 3 4 typedef int UOW; 5 struct ABC { 6 UOW UOW; 7 }; 8 9