[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git] / gdb / testsuite / gdb.base / twice.c
bloba0182bb4789a96ab55db3cbc8b85617da9b6607b
1 #include <stdio.h>
2 int nothing ()
5 int x = 3 ;
6 return x ;
10 int main ()
13 int y ;
14 y = nothing () ;
15 printf ("hello\n") ;
16 return 0;