1 // RUN: %clang_hwasan -g %s -o %t && not %run %t 2>&1 | FileCheck %s
3 // Dynamic allocation of stack objects does not affect FP, so the backend should
4 // still be using FP-relative debug info locations that we can use to find stack
7 __attribute((noinline
))
12 p
= __builtin_alloca(64);
20 // CHECK: Potentially referenced stack objects:
21 // CHECK-NEXT: c in buggy