i386: testsuite: Adapt fentryname3.c for r14-811 change [PR70150]
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 900216-1.c
blob8796599af54c3e658fefd1cf95e4eb4ac42d4c94
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (p, a, b)
4 unsigned short *p;
6 unsigned int x;
8 x = p[0];
10 return (x == 134U);