Source file conan_filesystems_069.ml
1
2
3
4
5
6
7
8
9
10
11
12
let tree = Conan.Tree.Unsafe.node
[(Conan.Tree.Unsafe.elt ?filename:(Some "filesystems")
?line:(Some 1855)
(let ty = Conan.Ty.numeric ~unsigned:false ~endian:`LE
Conan.Integer.short (Conan.Arithmetic.Add 0) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 510L))
ty
(Conan.Test.numeric Conan.Integer.short
(Conan.Comparison.equal_to 43605))
(`No_space ", DOS/MBR hard disk boot sector")),
Conan.Tree.Unsafe.leaf)]