// Windows-specific test: NamedTempFile::drop must not panic if a
// caller holds an open handle to the file at the moment of Drop.
// Cleanup will fail silently in that case; the file may be left on
// disk. The library cannot force-close a caller-owned handle.
use OpenOptions;
use NamedTempFile;