[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git] / ld / testsuite / ld-plugin / pr22220main.cc
blob38c206f7a23e8a5c01977e8473474a2fb1d99517
1 #include <stdio.h>
2 #include "pr22220.h"
4 int main()
6 if (boo() == goo())
8 printf ("PASS\n");
9 return 0;
11 return 1;