blob: 383d8fb656dfd0769166eca9f2f1e7a1f1de17b4 (
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 float
#include "pointer-counted-by-4.c"
|