Fix all tests that fail with -sanitize=return.
[official-gcc.git] / gcc / testsuite / g++.dg / tree-ssa / tmmti.C
blob111127b0d93a7b2ab8132cf54374c5bc1a9b7a83
1 /* { dg-do compile } */
3 void bar(unsigned int i)
5         int a[4];
6         char *p = (char*)&a[1] + 4*i;