]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/no-data-bundle/foo.c
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / no-data-bundle / foo.c
1 #include <stdlib.h>
2
3 void foo()
4 {
5 rand();
6 }