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.
|
define weak i32 @baz() #0 {
|
|
entry:
|
|
ret i32 0
|
|
}
|
|
|
|
define i8* @bar() {
|
|
entry:
|
|
ret i8* bitcast (i32 ()* @baz to i8*)
|
|
}
|