; RUN: llc < %s -march=cpp declare void @foo(<4 x i32>) define void @bar() { call void @foo(<4 x i32> ) ret void }