Goblint_lib.StructDomainAbstract domains for C structs.
module type Arg = sig ... endmodule type S = sig ... endCreates a simple structure domain by mapping fieldnames to their values * using the MapDomain.InfMap functor
module FlagConfiguredStructDomain
(Val : Arg) :
S with type value = Val.t and type field = GoblintCil.fieldinfo