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

#include "includer.hxx"

#undef NDEBUG
#include <cassert>

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