blob: 3c5804ced70575c8b0dbddb9c3243e4d268a1696 [file] [log] [blame]
Chris Lattnerd9624b02002-11-20 22:30:02 +00001; Basic test for bugpoint.
2; RUN: bugpoint %s -domset -idom -domset -bugpoint-crashcalls -domset -idom -domset
3
4int %test() {
5 call int %test()
6 ret int %0
7}