mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 12:04:48 +00:00
5 lines
60 B
LLVM
5 lines
60 B
LLVM
|
%foo = type { i8* }
|
||
|
define void @g(%foo* %x) {
|
||
|
ret void
|
||
|
}
|