aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp23/ext-floating8.C
blob: afb74a3abad843a4f3f1248193e14b2f46cc0d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// P1467R9 - Extended floating-point types and standard names.
// { dg-do run { target { c++23 && float32_runtime } } }
// { dg-options "" }
// { dg-add-options float32 }

#ifndef WIDTH
#ifndef __STDCPP_FLOAT32_T__
#error Unexpected
#endif
#define WIDTH 32
#endif

#include "ext-floating7.C"