Files
swift-mirror/test/Interpreter/repl_13695499.swift
Dmitri Hrybenko 6058d291ca CMake: allow the SDK overlay to be built separately from the compiler
and the stdandard library

rdar://19703353

Swift SVN r25139
2015-02-10 21:57:03 +00:00

11 lines
216 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