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

#include "$sch$.hxx"

#undef NDEBUG
#include <cassert>

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