Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / SwiftMixLib / lib.c
1 int add_int(int a, int b)
2 {
3   return a + b;
4 }