• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3define void @test1() {
4entry:
5  resume { i8*, i32 } undef
6; CHECK: ResumeInst needs to be in a function with a personality.
7}
8