Initial commit to Gerrit
[profile/ivi/orc.git] / testsuite / orcc / test3.c
1
2 #include <stdio.h>
3
4 int
5 main (int argc, char *argv[])
6 {
7
8   /* This is mostly just to test that compilation works */
9
10   return 0;
11 }
12