summaryrefslogtreecommitdiff
path: root/tests/projects/swig/lua_c/src/example.c
blob: 06f76c542fcd907f94d319988eb5b2b6df3a741e (plain)
1
2
3
4
int fact(int n) {
    return n;
}