summaryrefslogtreecommitdiff
path: root/test cases/common/284 pkgconfig subproject/subprojects/simple2/simple2.c
blob: 215b2aef8eed5064200012f4dceb5441c680b7ba (plain)
1
2
3
4
5
#include"simple2.h"

int simple_simple_function(void) {
    return 42;
}