]> Git Repo - qemu.git/blame - tests/tcg/cris/check_hello.c
OpenBIOS: switch over to official OpenBIOS git repo
[qemu.git] / tests / tcg / 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}
This page took 0.725515 seconds and 4 git commands to generate.