Files
swift-mirror/test/DebugInfo/variables-interpreter.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

5 lines
200 B
Swift

// Run test variables.swift, verifying that the combination of -interpret and -g works.
// RUN: %target-jit-run -g %S/variables.swift | FileCheck %s
// CHECK: 8, 16, 32
// REQUIRES: swift_interpreter