Module UnitTests.AnalyzerTester

module F = Stdlib.Format

utilities for writing abstract domains/transfer function tests

module StructuredSil : sig ... end

structured language that makes it easy to write small test programs in OCaml

module Make (T : Absint.TransferFunctions.SIL with type CFG.Node.t = IR.Procdesc.Node.t) : sig ... end