Loading...
1
2
3
4
5
6
7
8
9
module MachO.dyld [system] {
  header "dyld.h"
  export *

  explicit module utils {
    header "utils.h"
    export *
  }
}