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