Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
bitint-116.c
blob: 9af5d723d0582656dba720ec33900730e8ff84b5 [
file
] [
log
] [
blame
]
/* PR middle-end/117458 */
/* { dg-do compile { target bitint } } */
/* { dg-options "-std=c23 -O2" } */
typedef
_BitInt
(
33
)
B __attribute__
((
may_alias
));
_BitInt
(
33
)
foo
(
_Complex
float
x
)
{
return
*(
B
*)&
x
;
}