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

#include "includee.hxx"
#include "includer.hxx"

#undef NDEBUG
#include <cassert>

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