summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
blob: a25bc1cc51fdceaecd551d12eaff46a6a4ddd76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : cli/cli.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#include <iostream>

using namespace std;

int main ()
{
  cerr << "CLI compiler driver" << endl;
}