2023-05-23 16:38:00 +02:00

5 lines
79 B
Swift

@_alwaysEmitIntoClient
public func exported() -> Int { 32 }
print(exported())