Update OCaml bindings. Opaque types are gone, type holders are gone and the
[llvm/stm8.git] / utils / lit / lit.py
blob851063b3bd1f757b62cf443c3501d57a1e9d18e0
1 #!/usr/bin/env python
3 if __name__=='__main__':
4 import lit
5 lit.main()