blob: 86d5b33b90e805f65b881c5c027f73e5b226ab92 [file] [log] [blame]
// RUN: %target-swift-frontend -primary-file %s -emit-ir -enable-experimental-concurrency | %FileCheck %s
// CHECK: "$s5async1fyyYF"
public func f() async { }
// CHECK: "$s5async1gyyYKF"
public func g() async throws { }