From 2615896faa646e5830abf2c269150e1165c66515 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- xsd-tests/clash/driver.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xsd-tests/clash/driver.cxx (limited to 'xsd-tests/clash/driver.cxx') diff --git a/xsd-tests/clash/driver.cxx b/xsd-tests/clash/driver.cxx new file mode 100644 index 0000000..478e71a --- /dev/null +++ b/xsd-tests/clash/driver.cxx @@ -0,0 +1,10 @@ +// file : clash/driver.cxx +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#include "foo.hxx" +#include "clash.hxx" + +int +main (int, char*[]) +{ +} -- cgit v1.1