extern "C" {
    int add(int x, int y) {
        return x + y;
    }
}