Files
swift-mirror/test/FileInput.swift
Howard Hinnant c07758ed5e File input operational
Swift SVN r2417
2012-07-23 22:02:05 +00:00

10 lines
233 B
Swift

// RUN: %swift %s -i | FileCheck %s
var fd = new File("lit.site.cfg")
var s = String(fd)
println(s)
// CHECK: ## Autogenerated by Swift configuration.
// CHECK: # Do not edit!
// CHECK: config.llvm_src_root = "@LLVM_MAIN_SRC_DIR@"