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