android13/external/libabigail/tests/data/test-read-ctf/test8.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*)
{
}