Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
SwiftOnly
/
SwiftPlugin
/
main.swift
blob: caba1fbe18430770a25e8a7989d77f8e6f37ee28 [
file
] [
log
] [
blame
] [
edit
]
public
func exported
()
->
Int
{
return
32
}
print
(
exported
())