aboutsummaryrefslogtreecommitdiff
path: root/build2/dummy.cxx
blob: bdea9a98a3c278ed719de51a20a19866c8677843 (plain)
1
2
3
4
5
6
7
8
// file      : build2/dummy.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

namespace build2
{
  void dummy () {}
}