// S : tags stdio libc c // S : expect --result valid // S : cc -o test.bc -D_PDCLIB_BUILD -DTEST $file // S : verify -o nofail:malloc test.bc #include #include #include #include "_PDCLIB_test.h" #include int main( void ) { /* Tested by ftell */ return TEST_RESULTS; }