mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
3 lines
122 B
C
3 lines
122 B
C
// RUN: clang-cc -emit-llvm < %s -o - | grep "llvm.memcpy"
|
|
|
|
char* x(char* a, char* b) {return __builtin_memcpy(a, b, 4);}
|