summaryrefslogtreecommitdiff
path: root/tests/apis/namespace/includes/src/bar.cpp
blob: 2c00cc6b62f909f6e8e07f582f213c7e676607e7 (plain)
1
2
3
4
5
#include "bar.h"

int sub(int a, int b) {
    return a - b;
}