summaryrefslogtreecommitdiff
path: root/xmake/repository/templates/objc++/xcode/framework/src/test.mm
blob: 20e29bd0a6560528c47b8900575be889384673bc (plain)
1
2
3
4
5
#include "test.h"

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