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

#include "$sch$.hxx"

#undef NDEBUG
#include <cassert>

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