]>
git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/non-lazy-slide/main.c
1 #include <stdio.h> // fprintf(), NULL
2 #include <stdlib.h> // exit(), EXIT_SUCCESS
5 #include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
7 // libfoo.dylib is built from multiple source files
8 // It internally uses non-lazy pointer to compute
9 // the result for foo()
17 PASS("non-lazy-slide");
19 FAIL("non-lazy-slide");