```spin CON USE_THE_FILE = false DAT orgh if USE_THE_FILE file "does_not.exist" end ``` This code compiles correctly but trying to zip it fails with `error: Unable to write file does_not.exist to zip`