summaryrefslogtreecommitdiff
path: root/test/ocaml/string_equality/string_equality.sail
blob: 568052cdce46af5b2bdb6737874462c2ed349f9e (plain)
1
2
3
val main : unit -> unit

function main () = if "test" == "test" then print("true") else print("false")