]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gcc.c-torture/execute/pr42570.c
re PR c/42570 (ICE in get_alias_set, at alias.c:710)
[gcc.git] / gcc / testsuite / gcc.c-torture / execute / pr42570.c
1 typedef unsigned char uint8_t;
2 uint8_t foo[1][0];
3 extern void abort (void);
4 int main()
5 {
6 if (sizeof (foo) != 0)
7 abort ();
8 return 0;
9 }
This page took 0.034992 seconds and 5 git commands to generate.