[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git] / gdb / testsuite / gdb.base / int-type.c
blobda7eec00828a1d88b0318fd1cdf8fc896f507175
2 int x;
3 int y;
4 int z;
5 int w;
9 int main ()
12 x = 14;
13 y = 3;
14 z = 2;
15 w = 2;
17 return 0;