summaryrefslogtreecommitdiff
path: root/test/BugPoint/crash-basictest.ll
blob: 3c5804ced70575c8b0dbddb9c3243e4d268a1696 (plain)
1
2
3
4
5
6
7
; Basic test for bugpoint.
; RUN: bugpoint %s -domset -idom -domset -bugpoint-crashcalls -domset -idom -domset

int %test() {
	call int %test()
	ret int %0
}