mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-22 01:40:12 +00:00
7 lines
126 B
C
7 lines
126 B
C
|
// To compile this type:
|
||
|
// gcc -g -Wall -shared -o libtest24-added-fn-parms-v0.so test24-added-fn-parms-v0.c
|
||
|
void
|
||
|
fun()
|
||
|
{
|
||
|
}
|