brintos

brintos / llvm-project-archived public Read only

0
0
Text · 148 B · f48242e Raw
8 lines · c
1// RUN: %clang_pgogen %s -bexpall2// RUN: %clang_pgogen %s -bexpfull3 4#include <string.h>5int ar[10];6int n;7int main() { memcpy(ar, ar + 1, n); };8