summaryrefslogtreecommitdiff
path: root/tests/projects/objc/bundle/src/test.m
blob: 84422f6a764eb568b05841fe116ac2960b6d02d8 (plain)
1
2
3
4
5
6
#include "test.h"

int add(int a, int b)
{
    return a + b;
}