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.
10 lines
177 B
10 lines
177 B
4 months ago
|
%foo = type { [8 x i8] }
|
||
|
%bar = type { [9 x i8] }
|
||
|
|
||
|
@zed = alias void (%foo*), bitcast (void (%bar*)* @xyz to void (%foo*)*)
|
||
|
|
||
|
define void @xyz(%bar* %this) {
|
||
|
entry:
|
||
|
ret void
|
||
|
}
|