summaryrefslogtreecommitdiff
path: root/test cases/unit/37 pkgconfig format/somelib.c
blob: 0558024b312a41a682b2ef48f88a8f8f6102b487 (plain)
1
2
3
4
5
6
7
#include<stdio.h>

int get_returnvalue (void);

int some_func() {
    return get_returnvalue();
}