PR8300.b.ll 163 B

123456789
  1. %foo = type { [8 x i8] }
  2. %bar = type { [9 x i8] }
  3. @zed = alias bitcast (void (%bar*)* @xyz to void (%foo*)*)
  4. define void @xyz(%bar* %this) {
  5. entry:
  6. ret void
  7. }