aboutsummaryrefslogtreecommitdiff
path: root/build/dump
blob: 0de75693dc3d1818cb9a28796f9fb2296be1e92c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : build/dump -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef BUILD_DUMP
#define BUILD_DUMP

namespace build
{
  void
  dump_scopes ();
}

#endif // BUILD_DUMP