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