blob: 8a3ce3fffb3f8d5cb0db8d281e3e93bfd6c7a546 [file] [log] [blame]
// RUN: %swiftc_driver -g -debug-prefix-map %/S=/var/empty %/s -emit-ir -o - | %FileCheck %s
func square(_ n: Int) -> Int {
return n * n
}
// CHECK: !DIFile(filename: "/var/empty/debug_prefix_map.swift"