aboutsummaryrefslogtreecommitdiff
path: root/example/shared_library/test.c
blob: 4fff250f08b012051ef3e6df2db7941efe6d8487 (plain)
1
2
3
4
5
6
7
#include "mathtest.h"
#include <stdio.h>

int main(int argc, char **argv) {
    printf("%d\n", add(42, 1137));
    return 0;
}