aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/ext/attrib48.C
blob: 19a9959109d79fe4b3301f1a6113f9be74446b63 (plain)
1
2
3
4
5
6
// PR c++/54652

typedef unsigned L __attribute__ ((aligned));
typedef unsigned L __attribute__ ((aligned));

L l;