blob: 6810652054b2e90d27b460d1323e878477c81e52 [file] [log] [blame]
; RUN: llvm-link %p/Inputs/fixed-vector-type-construction.ll %s -S -o - | FileCheck %s
%t = type {i32, float}
; CHECK: define void @foo(<4 x
; CHECK: define void @bar(<vscale x 4 x
define void @bar(<vscale x 4 x %t*> %x) {
ret void
}