blob: 805d3dbaa4d2066ccbd59e8eb76540aa23552f89 [file] [log] [blame]
; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck -DFILE=%s %s
define void @test(i32 %in) personality ptr null {
; CHECK: [[FILE]]:[[@LINE+1]]:24: error: 'filter' clause has an invalid type
landingpad {} filter i32 %in
}