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

5 lines
201 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