5 lines
59 B
LLVM
5 lines
59 B
LLVM
|
%foo = type { ptr }
|
||
|
define void @g(%foo %x) {
|
||
|
ret void
|
||
|
}
|