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