mirror of
https://github.com/danog/gllvm.git
synced 2024-12-02 18:28:52 +01:00
10 lines
96 B
Go
10 lines
96 B
Go
package main
|
|
|
|
import "github.com/SRI-CSL/gllvm/shared"
|
|
|
|
func main() {
|
|
|
|
shared.SanityCheck()
|
|
|
|
}
|