summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
blob: 08575c60f2613603f42a3076daa20525ea7d7621 (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   : TBD

#include <iostream>

using namespace std;

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