aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/75 pkgconfig prefixes/val2/val2.c
blob: d7d4857303f7f64db100c62b34ce06bccb997546 (plain)
1
2
3
4
#include "val1.h"
#include "val2.h"

int val2(void) { return val1() + 2; }