[InstCombine] Signed saturation tests. NFC
[llvm-core.git] / test / Linker / 2008-07-06-AliasFnDecl2.ll
blob2380dffff61314ce0511c08a575dcb923eb311fb
1 ; This file is used by 2008-07-06-AliasFnDecl2.ll
2 ; RUN: true
4 define void @c() nounwind  {
5 entry:
6         call void @b( ) nounwind 
7         br label %return
9 return:
10         ret void
13 declare void @b()