brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · df9cba8 Raw
8 lines · plain
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