### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
foo::Test {
  foo: foo::Foo {
    data: foobar
  }
  bar: foo::Bar {
    data: 123
  }
}
[fatal error] terminating with uncaught exception of type spicy::rt::ParseError: failed to synchronize: failed to match regular expression (<...>/synchronize-after.spicy:12:11)
foo::Test {
  foo: foo::Foo {}
  bar: foo::Bar {
    data: 4567
  }
}
