Files
swift-mirror/validation-test/compiler_crashers_2_fixed/rdar71260862.swift
2020-11-16 05:54:44 -05:00

7 lines
175 B
Swift

// RUN: %target-swift-frontend %s -emit-ir -enable-library-evolution -enable-experimental-concurrency
// REQUIRES: concurrency
public class X {
public func f() async { }
}