bolt/deps/llvm-18.1.8/compiler-rt/test/profile/AIX/bexpfull-pgo.c

8 lines
148 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_pgogen %s -bexpall
// RUN: %clang_pgogen %s -bexpfull
#include <string.h>
int ar[10];
int n;
int main() { memcpy(ar, ar + 1, n); };