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;
}