mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
168 B
Swift
8 lines
168 B
Swift
// RUN: %target-swift-emit-ir %s -I %S/Inputs -enable-experimental-cxx-interop | %FileCheck %s
|
|
|
|
import InvalidStaticMemberVar
|
|
|
|
func test(i: X) { }
|
|
|
|
// CHECK-NOT: error
|