%module error
%{
%}

/* This file tests to make sure SWIG handles a missing structure name */

typedef struct {
	double x;
	double y;
	double z;
} Vector;




syntax highlighted by Code2HTML, v. 0.9.1