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