blob: 3c5804ced70575c8b0dbddb9c3243e4d268a1696 [file] [log] [blame]
; Basic test for bugpoint.
; RUN: bugpoint %s -domset -idom -domset -bugpoint-crashcalls -domset -idom -domset
int %test() {
call int %test()
ret int %0
}