]> git.saurik.com Git - apple/ld64.git/blame - 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
CommitLineData
55e3d2f6
A
1#include <stdlib.h>
2
3void foo()
4{
5 rand();
6}