1 void *alloc(unsigned long)__attribute__((alloc_size(1)));
6 return __builtin_object_size(ptr
, 0) == 4;
9 _Bool
dyn(unsigned long n
)
12 return __builtin_object_size(ptr
, 0) == n
;
16 * check-name: builtin-objsize-dyn
17 * check-command: test-linearize -Wno-decl $file
21 * check-output-returns: 1