1 2 3 4 5 6 7 8 9
/* Sample program for configure to test pointer size on target platforms. */ int main( int, char ** ) { return sizeof(void *); }