1 ; RUN: opt < %s -deadargelim -S > %t
2 ; RUN: cat %t | grep nounwind | count 2
3 ; RUN: cat %t | grep signext | count 2
4 ; RUN: cat %t | not grep inreg
5 ; RUN: cat %t | not grep zeroext
6 ; RUN: cat %t | not grep byval
12 define internal i8 @foo(i8* inreg %p, i8 signext %y, ... ) zeroext nounwind {
18 %A = call i8(i8*, i8, ...)* @foo(i8* inreg null, i8 signext 1, %struct* byval null ) zeroext nounwind