summaryrefslogtreecommitdiff
path: root/test-flat-lt/lib-file0.c
blob: 6ec81e271ee70de81222ccc89de6f62314655c4e (plain)
1
2
3
4
5
6
#include "lib-file0.h"

int ns_add(const int a, const int b)
{
    return a + b;
}