blob: 1c9b695374251940bfb1840c43a1caa20900c83d [file] [log] [blame]
// 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()