ABI mismatch: size of 64 versus 136
ABI mismatch: alignment of 32 versus 136
 in type defined at t/04_align/source/foo.c:1:
struct __attribute__((aligned(__alignof__(int)))) foo1
  {
    int a;
    char b;
  };
 versus type defined at t/04_align/source/foo.c:1:
struct __attribute__((aligned(17), aligned(__alignof__(int)))) foo1
  {
    int a;
    char b;
  };

ABI is not compatible
