summaryrefslogtreecommitdiff
path: root/tests/projects/other/merge_archive_deps/src/subdir/sub.c
blob: 68c4d13ae76723123ebc44a9c8116839ef79522f (plain)
1
2
3
4
int subdir_sub(int a, int b)
{
    return a - b;
}