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

#include "test.hxx"

#undef NDEBUG
#include <cassert>

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