blob: d128f22a14ca005ab8678c8674ddf58d4902d0ef [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