2 /* { dg-do compile } */
3 /* { dg-options "-g -O2" } */
4 /* { dg-require-effective-target ptr32plus } */
6 __extension__
typedef __PTRDIFF_TYPE__ ptr_t
;
8 int baz (int, int, void *);
10 static inline __attribute__ ((always_inline
)) long
11 foo (int x
, int y
, void *z
)
19 bar (long x
, long y
, long z
)
21 return foo (x
, y
, (void *) (ptr_t
) z
);