mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-05 22:21:31 +00:00
c and cpp mixed attempt
This commit is contained in:
7
Sources/SwiftBackend/Backend.swift
Normal file
7
Sources/SwiftBackend/Backend.swift
Normal file
@ -0,0 +1,7 @@
|
||||
import CppBackend
|
||||
|
||||
public struct FuckYou {
|
||||
public static func fuck() {
|
||||
let _ = BallWorld()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user