summaryrefslogtreecommitdiff
path: root/test cases/frameworks/39 gir both_libraries/bar.c
blob: 4cb41f798294129316eae8eb9528d6b1420db098 (plain)
1
2
3
4
5
6
7
#include "bar.h"
#include "foo.h"

int bar_func(void)
{
    return foo_func() + 42;
}