blob: 49c9e3a96fa67f6541ab3f3f33e0db7352e57664 [file] [log] [blame]
// Copyright 2019 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.
// This is a no-op test executable used by the fdio_spawn.cc benchmark. It's
// important that it does no work and simply exits.
int main(int argc, char** argv) { return 0; }