source: trunk/packages/xen-common/xen-common/tools/libaio/harness/attic/1.t @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 103 bytes
Line 
1/* 1.t
2        Test harness check: fail.
3*/
4int test_main(void)
5{
6        printf("test_main: fail\n");
7        return 1;
8}
9
Note: See TracBrowser for help on using the repository browser.