blob: 72dc06066331f372f70e7877b3cfa6e73b4577b2 [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: cp %s %t/main.swift
// RUN: not %target-swift-frontend -typecheck -primary-file %t/main.swift -emit-reference-dependencies-path - > %t.swiftdeps
associatedtype Baz
case bar
deinit {}
extension Foo {}
init() {}