blob: 17a416534d78cfbda79c70fe74b2b7878eaa7c9b [file] [log] [blame]
// PR c++/98469
// { dg-do compile { target c++20 } }
// { dg-options "-Wall" }
struct S { int s; };
S
foo ()
{
return __builtin_bit_cast (S, 0);
}