aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/compat/decimal/return-5_y.C
blob: 0f780167a4e42a3d3c8c2b5f5cf05a8515fa6730 (plain)
1
2
3
4
5
6
7
#include "decimal-dummy.h"

typedef std::decimal::decimal32 dec32;
typedef std::decimal::decimal64 dec64;
typedef std::decimal::decimal128 dec128;

#include "return_y.h"