Sign in
mojo
/
mojo-tools
/
687ca35f95dd68a130bd6e5b54a7f58f99ae8e1d
/
.
/
benchmarks
/
startup
/
noop.cc
blob: 60fe155e732b65a3a0bff1b38371b8f7b676197a [
file
] [
log
] [
blame
]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
int
main
()
{
return
0
;
}