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