(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
sizeof-complit.C
// PR c++/18126
// { dg-options "" }

struct s { int a; int b; };
char x[((sizeof (struct s){ 1, 2 }) == sizeof (struct s)) ? 1 : -1];