1 #define bos(O, T) __builtin_object_size(O, T)
6 __INT32_TYPE__ padding
;
11 int obj_int1(void) { return bos(&s
.i
, 1) == 4; }
12 int obj_arr1(void) { return bos(&s
.arr
[1], 1) == 7; }
15 * check-name: builtin-objsize1
16 * check-command: test-linearize -Wno-decl $file
20 * check-output-returns: 1