nim-leveldb/tests/compileme3.c

9 lines
90 B
C

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