blob: 2380dffff61314ce0511c08a575dcb923eb311fb [file] [log] [blame]
Anton Korobeynikove6ca8112008-07-05 23:03:46 +00001; This file is used by 2008-07-06-AliasFnDecl2.ll
2; RUN: true
3
4define void @c() nounwind {
5entry:
6 call void @b( ) nounwind
7 br label %return
8
9return:
10 ret void
11}
12
13declare void @b()