]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/dlopen-leak/bar.c
a48d74f22656e17f5f26bbd89c7d88af7114a07f
[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 }