summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/simplesttest.ll
blob: e5d8cb0aac820826e965276dee48bc8c8df85e42 (plain)
1
2
3
4
5
6
7

implementation

int %main() {
        ret int 0
}