mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
253 B
Swift
5 lines
253 B
Swift
// RUN: %target-typecheck-verify-swift -swift-version 5 %s
|
|
|
|
@freestanding(codeItem) // expected-error {{codeItem macros are an experimental feature that is not enabled}}
|
|
macro codeItems() // expected-error {{macro 'codeItems()' requires a definition}}
|