(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
const13.C
// PR c++/87897
// { dg-do compile }

typedef struct A {} B;
A const a = B ();