diff options
Diffstat (limited to 'dummy.cxx')
-rw-r--r-- | dummy.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dummy.cxx b/dummy.cxx new file mode 100644 index 0000000..fabedbf --- /dev/null +++ b/dummy.cxx @@ -0,0 +1,5 @@ +// file : dummy.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +// Dummy translation unit used to create dummy std.lib for VC. |