8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
5 lines
100 B
LLVM
5 lines
100 B
LLVM
; RUN: llvm-as %s -o /dev/null
|
|
%struct.foo = type { i64 }
|
|
|
|
declare void @h(%struct.foo* byval %num)
|