summaryrefslogtreecommitdiffstats
path: root/test cases/common/44 pkgconfig-gen/foo.c
blob: 83bb06a5392a71be474b2841e55ac0156486c496 (plain)
1
2
3
4
5
6
7
#include"simple.h"

int answer_to_life_the_universe_and_everything (void);

int simple_function(void) {
    return answer_to_life_the_universe_and_everything();
}