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