* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / uow-4.C
blob21ed04a88ea578a2b9008d0309a78a11855a6063
1 /* { dg-do compile } */
2 /* { dg-options "-Wall -pedantic" } */
4 extern "C" {
6 typedef int UOW;  /* { dg-error "" } */
7 struct ABC {
8   UOW UOW; /* { dg-error "" } */
9 };