1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s2 3define void @test1() {4entry:5 resume { ptr, i32 } undef6; CHECK: ResumeInst needs to be in a function with a personality.7}8