1 /* Opens a file and then tries to close it twice. The second
2 close must either fail silently or terminate with exit code
7 #include "tests/main.h"
13 CHECK ((handle = open ("sample.txt")) > 1, "open \"sample.txt\"");
14 msg ("close \"sample.txt\"");
16 msg ("close \"sample.txt\" again");