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

#include "importer.hxx"

#undef NDEBUG
#include <cassert>

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