mc_translate.c: enable further uses of DLexpensive for scalar EQ/NE comparisons
[valgrind.git] / none / tests / fdleak_open.c
blobcf6a35e97c0335a907968073d3cf474da870d2cf
1 #include <fcntl.h>
2 #include <unistd.h>
3 #include "fdleak.h"
5 int main (int argc, char **argv)
7 CLOSE_INHERITED_FDS;
9 (void) DO( open("/dev/null", O_RDONLY) );
11 return 0;