[Xtensa,test] Remove failing RUN line from #119639
[llvm-project.git] / llvm / test / Verifier / byval-size-limit.ll
blob3eb462b0636363ccd92447b9e335ec41634a577d
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: huge 'byval' arguments are unsupported
4 define void @f(ptr byval([2147483648 x i16])) { ret void }