[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / Instrumentation / AddressSanitizer / asan-struct-scalable.ll
blobd03f70d808a53bc34fba83714576d135b032dc86
1 ; RUN: opt -passes=asan -disable-output -S %s
2 ; Check not crash.
4 define void @test() #0 {
5 entry:
6   %t0 = alloca { <vscale x 2 x i32>, <vscale x 2 x i32> }, align 4
7   call void null(ptr null, ptr %t0, i64 0)
8   ret void
11 attributes #0 = { sanitize_address }