Sign in
third-party-mirror
/
libaio
/
e733a98693afcb267fc4f3497f827eef90e9e612
/
.
/
harness
/
attic
/
1.t
blob: 799ffd179a87eab21f7c2b3774d827ccc5def08d [
file
] [
log
] [
blame
]
/* 1.t
Test harness check: fail.
*/
int
test_main
(
void
)
{
printf
(
"test_main: fail\n"
);
return
1
;
}