summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-55-csmith-4.c
blob: d4f1d6846140d4976783e67230e5c935d2e53903 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do run } */
/* { dg-options  "-w -flto -fipa-type-escape-analysis -fdump-ipa-type-escape-analysis " } */

#include <stdint.h>
union a
{
  int8_t b
} c () { union a d = {4073709551608}; }
main () {}