forked from OSchip/llvm-project
parent
e7220312c2
commit
35b8c509c8
|
@ -0,0 +1,7 @@
|
|||
// RUN: %clang_cc1 -fno-builtin -O1 -S -o - %s | FileCheck %s
|
||||
|
||||
void fn() {
|
||||
char content[2];
|
||||
// CHECK: __strcpy_chk
|
||||
__builtin___strcpy_chk(content, "", 1);
|
||||
}
|
Loading…
Reference in New Issue