symbian-qemu-0.9.1-12/qemu-symbian-svp/tests/cris/check_hello.c
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 24 Sep 2010 13:30:20 +0100
branchgraphics-phase-3
changeset 114 19c4533e1567
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Merged default branch into graphics-phase-3

#include <stdio.h>
#include <stdlib.h>
int main ()
{
  printf ("pass\n");
  exit (0);
}