// Make sure parse-only works... // RUN: %target-swift-frontend -parse %s // ...and then make sure parse-and-typecheck-and-serialize works. // RUN: %empty-directory(%t) // RUN: %target-swift-frontend -emit-module -o %t/SmokeTest.swiftmodule %s // RUN: %target-swift-ide-test -print-module -module-to-print SmokeTest -I %t -source-filename x -print-access | %FileCheck %s // CHECK: public func verySimpleFunction(){{$}} public func verySimpleFunction()