blob: 33f6f58d50f3b0b3d73a2f8cb74114a5e3f22823 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library banjo.examples.example0;
struct Foo {
Bar b;
};
struct Bar {
Foo? f;
};