blob: a7e2c0a78b6b191e4e8f2e3504ffc9c085303dca [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 bazel.examples.simple;
struct Hello {
uint32 world;
};