cmake/Tests/SwiftMixPCH/SwiftFunc.swift

5 lines
45 B
Swift
Raw Normal View History

2024-04-14 22:45:38 +02:00
func SwiftFunc() -> Int32 {
return 0;
}