blob: 6431ba4472673dbb638c7b51f56878c21df79d47 [file] [log] [blame]
// Used by emit-objc-header.swift and others.
// 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()