]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/dlopen-leak/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlopen-leak / bar.c
1 #include <string.h>
2
3 void bar()
4 {
5 strcpy(NULL, NULL);
6 }