Files
swift-mirror/test/Interpreter/repl_13695499.swift
2016-08-10 23:52:02 -07:00

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