1 #include "empty22.h"
fun(struct dummy d,struct foo f)2 void fun(struct dummy d, struct foo f)
3 {
4   if (f.i1 != -1)
5     __builtin_abort();
6 }
7