2015-05-05 Yvan Roux <yvan.roux@linaro.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / uow-2.C
blob79c1913f93f5315d38faa575abe360b7f54a4382
1 /* { dg-do compile } */
2 /* { dg-options "-Wall -fms-extensions" } */
4 typedef int UOW;
5 struct ABC {
6   UOW UOW;
7 };