* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib48.C
blob19a9959109d79fe4b3301f1a6113f9be74446b63
1 // PR c++/54652
3 typedef unsigned L __attribute__ ((aligned));
4 typedef unsigned L __attribute__ ((aligned));
6 L l;