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