mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
239 B
Swift
10 lines
239 B
Swift
// Used by multiple_input.swift and emit-objc-header.swift tests. 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()
|