mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
11 lines
217 B
Swift
11 lines
217 B
Swift
// RUN: %target-repl-run-simple-swift | %FileCheck %s
|
|
|
|
// REQUIRES: swift_repl
|
|
|
|
// <rdar://problem/13694699> - Type metadata was getting re-emitted with every
|
|
|
|
struct X {}
|
|
|
|
1+1 // CHECK: Int = 2
|
|
1+1 // CHECK: Int = 2
|