mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
233 B
Swift
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@"
|