DEBSOURCES
Skip Quicknav
sources / sail-ocaml / 0.19.1%2Bdfsg5-1 / test / smt / struct_prop.unsat.sail
123456
struct MyStruct = { f : bool } let my_struct : MyStruct = struct { f = true } $property function prop() -> bool = my_struct.f