5 lines
79 B
Swift
Raw Normal View History

2023-05-23 16:38:00 +02:00
@_alwaysEmitIntoClient
public func exported() -> Int { 32 }
print(exported())