Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / float32x-typeof.c
blob9af60778d44d667372bd1f4db9872cd9ead7fa67
1 /* Test _Float32x constant types. */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4 /* { dg-add-options float32x } */
5 /* { dg-require-effective-target float32x } */
7 #define WIDTH 32
8 #define EXT 1
9 #include "floatn-typeof.h"