1// RUN: %clang_pgogen %s -bexpall
2// RUN: %clang_pgogen %s -bexpfull
3
4#include <string.h>
5int ar[10];
6int n;
7int main() { memcpy(dest: ar, src: ar + 1, n: n); };
8

source code of compiler-rt/test/profile/AIX/bexpfull-pgo.c