blob: 69cb5aebb42a336a8c9b071f441bdc20a1e32934 [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 ptr> %x) {
ret void
}