bolt/deps/llvm-18.1.8/clang/test/CodeGen/loop-info-asan.c

17 lines
332 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -triple x86_64 -emit-llvm %s -o /dev/null
// This test should not exhibit use-after-free in LoopInfo.
int a(void) {
for (;;)
for (;;)
for (;;)
for (;;)
for (;;)
for (;;)
for (;;)
for (;;)
for (;;)
;
}