Files
swift-mirror/validation-test/compiler_crashers_2/2c8d3a95fcb84248.swift
2025-06-30 20:52:06 +01:00

8 lines
386 B
Swift

// {"kind":"typecheck","signature":"swift::recordRequiredImportAccessLevelForDecl(swift::Decl const*, swift::DeclContext const*, swift::AccessLevel, std::__1::function<void (swift::AttributedImport<swift::ImportedModule>)>)"}
// RUN: %empty-directory(%t)
// RUN: not --crash %target-swift-frontend -typecheck -sdk %t %s
// REQUIRES: OS=macosx
import Distributed
distributed actor a {
}