blob: b96532d18332410725ac151c2892e751efd304bf [file] [log] [blame]
/* { dg-do compile { target arm*-*-* } } */
/* { dg-options "-mfp16-format=ieee" } */
/* Test that __fp16 is supported as a return type. */
extern __fp16 f (void);
extern __fp16 (*pf) (void);
extern __fp16 *g (void);
extern __fp16 *(*pg) (void);