bolt/deps/llvm-18.1.8/compiler-rt/test/profile/AIX/bexpfull-pgo.c
2025-02-14 19:21:04 +01:00

7 lines
148 B
C

// 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); };