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

#include "test.hxx"

#undef NDEBUG
#include <cassert>

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