blob: 3b606ab9905527d3f78ba6ed2f5907864c35a3a8 [file] [log] [blame]
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil %s -emit-ir
// Smoke test that SIL-IRGen can compile a standalone program offline.
func f() {}
f()