nim-leveldb/tests/compileme.c

9 lines
87 B
C

#include <unistd.h>
int main(int argc, char** argv)
{
fdatasync(-1);
return 0;
}