mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
134 B
Swift
10 lines
134 B
Swift
// RUN: %swift -I %S/.. < %s -repl | FileCheck %s
|
|
|
|
false
|
|
// CHECK: false
|
|
(1,2)
|
|
// CHECK: (1, 2)
|
|
println(10)
|
|
// CHECK: 10
|
|
// CHECK: ()
|