summaryrefslogtreecommitdiffstats
path: root/Tests/SwiftOnly/SwiftPlugin/main.swift
blob: caba1fbe18430770a25e8a7989d77f8e6f37ee28 (plain)
1
2
3
public func exported() -> Int { return 32 }

print(exported())