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

#include "cycle.hxx"
#include "sourced-forward/includee.hxx"
#include "sourced-forward/includer.hxx"

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