mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
143 B
Swift
5 lines
143 B
Swift
// RUN: %target-swift-frontend -emit-irgen %s | %FileCheck %s
|
|
|
|
// CHECK: define{{.*}} swiftcc void @"$s4main5helloyyF"
|
|
public func hello() { }
|