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

#include "test-00.hxx"

#undef NDEBUG
#include <cassert>

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