mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
298 B
Swift
6 lines
298 B
Swift
// RUN: rm -rf %t
|
|
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t/file.o -typecheck -primary-file %s
|
|
// RUN: %target-swift-frontend -index-store-path %t/idx -o %t/file.o -typecheck %s
|
|
// RUN: c-index-test core -print-unit %t/idx | %FileCheck %s
|
|
// CHECK-NOT: Record{{.*}}record-empty
|