5 lines
79 B
Swift
5 lines
79 B
Swift
|
@_alwaysEmitIntoClient
|
||
|
public func exported() -> Int { 32 }
|
||
|
|
||
|
print(exported())
|