summaryrefslogtreecommitdiff
path: root/test/Linker/2008-07-06-AliasFnDecl2.ll
blob: 2380dffff61314ce0511c08a575dcb923eb311fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; This file is used by 2008-07-06-AliasFnDecl2.ll
; RUN: true

define void @c() nounwind  {
entry:
	call void @b( ) nounwind 
	br label %return

return:
	ret void
}

declare void @b()