summaryrefslogtreecommitdiff
path: root/xsd-tests/clash/driver.cxx
blob: c8fd0ed46178b43078fa7cd5acdba1cab532eff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : clash/driver.cxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#include "foo.hxx"
#include "clash.hxx"

#undef NDEBUG
#include <cassert>

int
main (int, char*[])
{
}