mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
269 B
Swift
7 lines
269 B
Swift
// RUN: rm -rf %t
|
|
// RUN: %target-swift-frontend -index-store-path %t/idx -index-store-compress -o %t.o -typecheck %s
|
|
// RUN: c-index-test core -print-record %t/idx | %FileCheck %s
|
|
|
|
func foo() {}
|
|
// CHECK: [[@LINE-1]]:6 | function/Swift | s:4main3fooyyF | Def | rel: 0
|