summaryrefslogtreecommitdiff
path: root/tests/projects/other/merge_archive/src/mul.c
blob: c4292f9aa6c381fee2fed2bdb6eb5605661279b4 (plain)
1
2
3
4
int mul(int a, int b)
{
    return a * b;
}