blob: 4af6ea9c0c3187365ba027db85d9c69ca2fe83f2 [file] [log] [blame]
// Copyright 2026 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.
#[fuchsia_dso::main(sync, logging = false)]
pub fn main() -> Result<(), ()> {
Err(())
}