[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / compiler-rt / test / profile / AIX / bexpfull-pgo.c
blobf48242ec6bfeaa8eca156ed3dceea2b215e75922
1 // RUN: %clang_pgogen %s -bexpall
2 // RUN: %clang_pgogen %s -bexpfull
4 #include <string.h>
5 int ar[10];
6 int n;
7 int main() { memcpy(ar, ar + 1, n); };