summaryrefslogtreecommitdiffstats
path: root/test cases/unit/27 pkgconfig usage/dependency/pkgdep.c
blob: bd5c3f4d336d7007c08e8c1eedabd6f1eb4f30fa (plain)
1
2
3
4
5
6
7
#include<pkgdep.h>

int internal_thingy();

int pkgdep() {
    return internal_thingy();
}