1/* Test for segfault handling an empty attribute.  */
2/* Origin: PR c/4294 from <tori@ringstrom.mine.nu>.  */
3
4void __attribute__(()) foo();
5