Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Verifier / resume.ll
blobdf9cba80a5c86b0f2f5b675a54831d40b586c897
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
3 define void @test1() {
4 entry:
5   resume { ptr, i32 } undef
6 ; CHECK: ResumeInst needs to be in a function with a personality.