8 lines · plain
1; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck -DFILE=%s %s2 3 4define void @test(i32 %in) personality ptr null {5; CHECK: [[FILE]]:[[@LINE+1]]:24: error: 'filter' clause has an invalid type6 landingpad {} filter i32 %in7}8