blob: 78e162b1d6fc8362062457fe82ceb5e1d11a9af8 [file] [log] [blame]
// RUN: %target-swift-frontend -emit-syntax %s > %t.emit
// RUN: %sourcekitd-test -req=syntax-tree %s > %t.sourcekit
// RUN: diff %t.emit %t.sourcekit
struct Foo {
let bar : Int
let baz : Array < Int >
}