Bend/tests/golden_tests/io/store_fail.bend
Nicolas Abril 45839a7efd
#615 Add an optional type system to Bend (#631)
Co-authored-by: imaqtkatt <eduarda.so@proton.me>
2024-09-20 16:23:22 +02:00

6 lines
176 B
Plaintext

(Main) : (IO (Result None u24)) =
use path = "tests/golden_tests/io/missing_dir/store_fail.txt"
with IO {
(IO/FS/write_file path (String/encode_utf8 "(Main) = 0"))
}