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