[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git] / ld / testsuite / ld-size / size-3.c
blob71a7a667efb255b0212b2c5ab7658875dc1dfe23
1 #include <stdio.h>
3 extern int bar_size;
5 int
6 main ()
8 if (bar_size == 10)
9 printf ("OK\n");
11 return 0;