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