This directory contains tests of all C constructs handled by GCT.
GCT is used to produce an uninstrumented file, which is then compared
against a reference copy.  Here are the tests:


bugs.c			Tests of Bug fixes.
ambiguity.c		The IF/ELSE-IF construct.
characters.c		Printing of characters.
functions.c		Commas, functions, commas in argument lists.
loops.c			The various looping constructs.
misc-stmt.c		Simple, compound, and null statements.  Switches.
			Return, ASM, gotos and labels.
expr.c			Expressions, including assignments.
strings.c		String constants.
test-if.c		IFs, nested and not-nested.
test-ref.c		Pointers, arrays, etc.
test-unary.c		Unary operators (~, !, ++, etc.) and constants.
typecrud.c		Casts, sizeof, etc.
