// file      : tests/test/script/generated/driver.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#include <iostream>

int
main ()
{
  std::cout << "1.2.3" << std::endl;
}