blob: 5f5d31a2bfa76ce91e10d272f259a0fd51c0e5f5 [file] [log] [blame]
// RUN: rm -rf %t.dir
// RUN: mkdir -p %t.dir
// RUN: echo "let foo = 0" > %t.dir/real.swift
// RUN: ln -s %t.dir/real.swift %t.dir/linked.swift
// RUN: %sourcekitd-test -req=cursor -pos=1:5 %t.dir/linked.swift -- %t.dir/real.swift | %FileCheck %s
// RUN: %sourcekitd-test -req=cursor -pos=1:5 %t.dir/real.swift -- %t.dir/linked.swift | %FileCheck %s
// CHECK: source.lang.swift.decl.var.global (1:5-1:8)
// CHECK: foo