Module Integration.Clang

type compiler =
| Clang
| Make
val compare_compiler : compiler -> compiler -> int
val capture : compiler -> prog:string -> args:string list -> unit