Sign in
mojo
/
mojo-tools
/
520b7ed1860f21d38a217a053a302c77ae427324
/
.
/
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
;
}