blob: ba09d049799fb4ee3b581552a6509bb150ed7dc4 [file] [log] [blame]
// Copyright 2020 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.
#ifndef SRC_DEVELOPER_FORENSICS_EXCEPTIONS_MAIN_H_
#define SRC_DEVELOPER_FORENSICS_EXCEPTIONS_MAIN_H_
namespace forensics {
namespace exceptions {
int main();
} // namespace exceptions
} // namespace forensics
#endif // SRC_DEVELOPER_FORENSICS_EXCEPTIONS_MAIN_H_