// Test generic pointer type passed as argument in function.
// Compile this by doing gcc -gctf -Wall -c test8.cc
void
bar(void*)
{
}