Sign in
mojo
/
mojo
/
1cff1d372574761491c915137cab8928036b5deb
/
.
/
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
;
}