1 ; Test that bugpoint can narrow down the testcase to the important function
2 ; FIXME: This likely fails on windows
4 ; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
7 define i32 @foo() { ret i32 1 }
14 define i32 @bar() { ret i32 2 }