// file : tests/test/simple/generated/driver.cxx -*- C++ -*- // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include int main () { std::cout << "1.2.3" << std::endl; }