1 // Test generic pointer type passed as argument in function. 2 // Compile this by doing gcc -gctf -Wall -c test8.cc 3 4 void bar(void *)5 bar(void*) 6 { 7 } 8