mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-11 09:08:04 +00:00
7 lines
126 B
C
7 lines
126 B
C
|
// To compile this type:
|
||
|
// gcc -g -Wall -shared -o libtest25-added-fn-parms-v1.so test25-added-fn-parms-v1.c
|
||
|
void
|
||
|
fun()
|
||
|
{
|
||
|
}
|