mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 13:05:52 -04:00
6 lines
78 B
Python
Executable File
6 lines
78 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
if __name__=='__main__':
|
|
import lit
|
|
lit.main()
|