Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
sys
/
component_manager
/
tests
/
attributed_logging
/
components
/
empty.rs
blob: a5e2d61f24488e884a7c631e32eb9bbe81b909c5 [
file
] [
log
] [
blame
]
// 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
()
{}