Handle logical shift right (at least I hope so :) )
[llvm/msp430.git] / test / Verifier / byval-4.ll
blobd69f66caec35513c0d7ec5c4d339fde8d4c857bb
1 ; RUN: llvm-as %s -o /dev/null -f
2 %struct.foo = type { i64 }
4 declare void @h(%struct.foo* byval %num)