blob: 870504d4208fab70382ee7e5b46a8862aa3b948e (
plain)
1
2
3
4
5
|
/* PR c/89933 */
/* { dg-do compile } */
typedef unsigned int a __attribute__ ((__aligned__(8), __may_alias__));
typedef unsigned int a __attribute__ ((__aligned__(8), __may_alias__));
|