cgraph: A COMDAT decl always has non-zero address.
[gcc.git] / gcc / testsuite / c-c++-common / pr90108.c
1 /* PR c++/90108 */
2 /* { dg-do compile } */
3 /* { dg-options "--param ggc-min-heapsize=0" } */
4
5 typedef unsigned int a __attribute__ ((__aligned__(8), __may_alias__));
6 typedef unsigned int a __attribute__ ((__aligned__(8), __may_alias__));