blob: e09828584522c9996bf3b46c173633575632a860 [file] [log] [blame]
// RUN: %swift-syntax-test -input-source-filename %s -serialize-raw-tree > %t
// RUN: diff %t %S/Inputs/serialize_multiple_decls.json
struct A {
}
struct B {
}