YouCompleteMe/cpp/llvm/test/Verifier/byval-4.ll

5 lines
100 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llvm-as %s -o /dev/null
%struct.foo = type { i64 }
declare void @h(%struct.foo* byval %num)