mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
186 B
Swift
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
|