aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/compat/decimal/return-6_y.C
blob: 0b4d4bf38c6f6fcbcabcbe7e74cac72185645277 (plain)
1
2
3
4
5
typedef float dec32 __attribute__((mode(SD)));
typedef float dec64 __attribute__((mode(DD)));
typedef float dec128 __attribute__((mode(TD)));

#include "return_y.h"