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