target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM
[qemu.git] / tests / cris / check_hello.c
blobfb403ba99612a004c10e4b06d4124acbebcb1e55
1 #include <stdio.h>
2 #include <stdlib.h>
3 int main ()
5 printf ("pass\n");
6 exit (0);