aboutsummaryrefslogtreecommitdiff
path: root/build/dump
blob: 48da0794d7dcf0c03481cc676d99eae65a2dc100 (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 ();
}

#endif // BUILD_DUMP