Files
swift-mirror/test/Frontend/emit-irgen.swift
Varun Gandhi cc14992281 [Frontend] Add -emit-irgen option to driver and frontend.
Fixes SR-14389, fixes rdar://75715690.
2021-03-31 11:56:36 -07:00

5 lines
143 B
Swift

// RUN: %target-swift-frontend -emit-irgen %s | %FileCheck %s
// CHECK: define{{.*}} swiftcc void @"$s4main5helloyyF"
public func hello() { }