mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
5 lines
286 B
Swift
5 lines
286 B
Swift
// {"signature":"swift::diagnoseConstantArgumentRequirement(swift::Expr const*, swift::DeclContext const*)::ConstantReqCallWalker::walkToExprPre(swift::Expr*)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
{
|
|
@_semantics("oslog.requires_constant_arguments") func a(b) { a(
|