1 // This is the ASAN test of the same name ported to HWAsan.
3 // RUN: %clangxx_hwasan -O0 %s -o %t && %run %t
5 // Function jumps over variable initialization making lifetime analysis
6 // ambiguous. Asan should ignore such variable and program must not fail.
8 // REQUIRES: aarch64-target-arch || riscv64-target-arch