blob: 5bdb557a1c11f180cfba298cea028a22a33a87aa [file] [log] [blame]
// Copyright 2024 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.
#include "entry_point.h"
extern "C" int64_t Start(zx_handle_t bootstrap, void* vdso) { return 0; }