blob: 69e9b637e4c84a85a09ff371b091c0ad65a18c8b [file] [log] [blame]
// 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