mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
d176bfa9ce
Reorganization only.
9 lines
173 B
Swift
9 lines
173 B
Swift
// This file should be inferred as the main source file from its name.
|
|
|
|
var x = 4 + 5
|
|
print(x)
|
|
|
|
// Check implicit visibility.
|
|
libraryFunction()
|
|
ThisModule.libraryFunction()
|