Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Verifier / 2006-07-11-StoreStruct.ll
blob68fc2257cdd378259f78c8968cd1a05dae5ee8ee
1 ; RUN: llvm-as < %s 2>&1 | FileCheck %s 
3 ; CHECK-NOT: Instruction operands must be first-class
5 ; This previously was for PR826, but structs are now first-class so
6 ; the following is now valid.
8         %struct_4 = type { i32 }
10 define void @test() {
11         store %struct_4 zeroinitializer, ptr null
12         unreachable