]> git.proxmox.com Git - mirror_qemu.git/blob - tests/cris/check_hello.c
vga: optimize ppm_save() divisions
[mirror_qemu.git] / tests / cris / check_hello.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 int main ()
4 {
5 printf ("pass\n");
6 exit (0);
7 }