Files
swift-mirror/test/DebugInfo/variables-repl.swift
2016-08-10 23:52:02 -07:00

5 lines
186 B
Swift

// Run test variables.swift, verifying that the combination of repl and -g works
// RUN: %swift -g -repl < %S/variables.swift | %FileCheck %s
// CHECK: 8, 16, 32
// REQUIRES: swift_repl