• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2018 Google Inc.
3  *
4  * Use of this source code is governed by a BSD-style license that can be
5  * found in the LICENSE file.
6  */
7 
8 #ifndef selfCheck_DEFINED
9 #define selfCheck_DEFINED
10 
11 class BmhParser;
12 
13 bool SelfCheck(const BmhParser& );
14 
15 #endif
16