Files
swift-mirror/test/Driver/Inputs/main.swift
2018-07-19 15:56:55 -07:00

10 lines
219 B
Swift

// 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()