Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / SwiftMixLib / lib.swift
1 public func add(a: Int, b: Int) -> Int {
2     a + b
3 }