[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git] / gdb / testsuite / gdb.base / baz.c
blob8da4ffa47a18bd4fa07ee799eeb2eafb7ce3b5aa
1 static int bazx = 'b' + 'a' + 'z';
3 int baz (int x)
5 if (x)
6 return bazx;
7 else
8 return 0;