mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
I am doing this separately from the actual change to eliminate the option to make it easier to review.
6 lines
131 B
Swift
6 lines
131 B
Swift
// RUN: %target-swift-frontend %s -emit-ir
|
|
|
|
// Smoke test that SIL-IRGen can compile a standalone program offline.
|
|
func f() {}
|
|
f()
|