[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git] / gdb / testsuite / gdb.cp / pr10728-x.h
blob0ba58bb3b540e5cfd3316deee90030c5c253e9d9
1 struct Y;
2 struct X
4 Y* y1;
5 Y* y2;
6 };
8 X y();