mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 05:10:55 +00:00
8 lines
103 B
Swift
8 lines
103 B
Swift
import CppBackend
|
|
|
|
public struct FuckYou {
|
|
public static func fuck() {
|
|
let _ = BallWorld()
|
|
}
|
|
}
|