blob: eab5cf5aefa9df5eba95863aeeffb9d0b2e15945 [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 <unistd.h>
int main(int argc, char** argv) { _exit(0); }