1. #include <stdio.h>
  2. int genTest(char* filePath) {
  3.   printf("%p: %s\n", filePath, filePath?filePath:"<void>");
  4.   return 0;
  5. }