blob: 67b624bd774cd2bff3f897c0d21d8f1ed6df4156 [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;
}