1 2 3 4 5 6 7
// { dg-do assemble } // GROUPS passed old-abort extern void foo(void *); int main() { foo((struct bar *)0); }