Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr108043.c
blob0cc0700f30a070965644ea03f7de25f236d3140e
1 /* PR c/108043 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 typedef void F (void);
7 void
8 foo (void)
10 (F) {}; /* { dg-error "compound literal has function type" } */
11 (F) { foo }; /* { dg-error "compound literal has function type" } */