blob: 71bac95dfb24c6f3753fe7ba5da3e21f7c9a4775 (
plain)
| 1
2
3
4
5
6
 | /* Test the attribute counted_by for pointer field and its usage in
 * __builtin_dynamic_object_size.  */ 
/* { dg-do run } */
/* { dg-options "-O2" } */
#define PTR_TYPE void 
#include "pointer-counted-by-4.c"
 |