mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
298 B
Swift
7 lines
298 B
Swift
// RUN: %target-swift-frontend -typecheck -enable-experimental-feature WarnUnsafe -Ounchecked -disable-access-control %s 2>&1 | %FileCheck %s
|
|
|
|
// REQUIRES: swift_feature_WarnUnsafe
|
|
|
|
// CHECK: warning: '-Ounchecked' is not memory-safe
|
|
// CHECK: warning: '-disable-access-control' is not memory-safe
|