// 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 "_PDCLIB_test.h" int main( void ) { // Tested by stdio test cases return TEST_RESULTS; }