blob: 68a46591eb923f4e001f10d3312e3f4dba5b6e1c [file] [log] [blame]
// RUN: rm -rf %t
// RUN: mkdir -p %t
// RUN: %swift-ide-test -generate-module-api-description -- -target %target-triple -module-cache-path %t %s | FileCheck %s
public struct Struct1 {}
// CHECK: Name: module_api_smoketest
// CHECK-NEXT: NestedDecls:
// CHECK-NEXT: Structs:
// CHECK-NEXT: - Name: Struct1