This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
23fe6630e3
llvm-project
/
llvm
/
test
/
Verifier
/
byval-2.ll
4 lines
86 B
LLVM
Raw
Normal View
History
Unescape
Escape
update this test to pass with duncan's change. llvm-svn: 46246
2008-01-22 13:31:58 +08:00
; RUN: llvm-as < %s -o /dev/null -f
Test that byval cannot be used with pointers to types with no size. llvm-svn: 45959
2008-01-14 22:55:05 +08:00
%s
=
type
opaque
declare
void
@h
(
%s
*
byval
%num
)