nim-leveldb/tests/compileme2.c

9 lines
91 B
C

#include <fcntl.h>
int main(int argc, char** argv)
{
int i = F_FULLSYNC;
return 0;
}