Sign in
fuchsia
/
fuchsia
/
52d7eb2d66631c8
/
.
/
src
/
sys
/
component_manager
/
tests
/
attributed_logging
/
components
/
empty.rs
blob: a5e2d61f24488e884a7c631e32eb9bbe81b909c5 [
file
]
// Copyright 2020 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.
/// Program for a completely empty component.
fn
main
()
{}