Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr104786.c
blob3076d236d211a9ee6f6298d4ca5e5ee69ae02062
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu90" } */
4 void h(void *di, int num)
6 char (*t)[num] = di;
7 __asm__ ("" : "=X"( *t));