source: trunk/ORBit2-2.14.0/test/inhibit/test-inhibit.c

Last change on this file was 92, checked in by cinc, 19 years ago

Orbit2 modified for use with NOM

File size: 145 bytes
Line 
1#include <stdio.h>
2
3#include "foo.h"
4#include "baa.h"
5
6int
7main (int argc, char **argv)
8{
9 printf ("Inhibit build tests passed\n");
10 return 0;
11}
Note: See TracBrowser for help on using the repository browser.