We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9ee51 commit 7170d9aCopy full SHA for 7170d9a
tests/util/multilibConfigure.ml
@@ -1,4 +1,4 @@
1
open GoblintCil
2
3
let () =
4
- Printf.printf "%B" (Option.is_some GoblintCil.Machdep.gcc32 && Option.is_some GoblintCil.Machdep.gcc64)
+ Printf.printf "%B" (Option.is_some Machdep.gcc32 && Option.is_some Machdep.gcc64)
0 commit comments