Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/gdb/testsuite/gdb.cp/pr10728-x.h
2023-03-06 14:48:14 +01:00

9 lines
51 B
C

struct Y;
struct X
{
Y* y1;
Y* y2;
};
X y();