8 if (x
= CreateFile()) {
19 * check-name: use INVALID_HANDLE_VALUE not zero
20 * check-command: smatch -p=wine sm_wine_filehandles.c
23 sm_wine_filehandles.c:8 func() error: comparing a filehandle against zero 'x'
24 sm_wine_filehandles.c:13 func() error: comparing a filehandle against zero 'x'