OSDN Git Service

* tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / compat / decimal / pass-4_y.C
1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
4
5 #include "pass_y.h"