libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-floatn-3.c
blob0c12380ba226ac3b7bb06f1cee6d4bdd008c8a20
1 /* { dg-do compile } */
2 /* { dg-options "-std=c23 -pedantic-errors" } */
3 /* { dg-add-options float16 } */
4 /* { dg-require-effective-target float16 } */
6 _Float16 a
7 = 1.0F16;
8 __extension__ _Float16 b
9 = 2.0F16;