You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
declare i32* @foo(...)
|
|
define i32* @bar() {
|
|
%ret = call i32* (...) @foo( i32 123 )
|
|
ret i32* %ret
|
|
}
|
|
@baz = global i32 0
|