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