Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
session
/
tests
/
session_manager
/
noop.cc
blob: fd977d18f12b0a1d38fe5dd339574396d5aec9e0 [
file
] [
log
] [
blame
]
// Copyright 2024 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.
int
main
()
{
return
0
;
}