/*----------------------------------------------------------------------------*/
/* test.c                                     (C) 2005 T.Birnthaler OSTC GmbH */
/*----------------------------------------------------------------------------*/
/* Fehlerbehafteter C-Quelltext für den Test von "mcc.c". */
/*----------------------------------------------------------------------------*/
#include stdio.h
#include <string.h> 

main(int argc, char** argv) 
{ 
        int i; 

        for (i = 0; i <= 100; ++i) 

        strcpy(a, b); 

		printf("a = %d, b =\n", a, b)
		printf("a = %d, b = %d\n", a)


test(int a) 
{ 
        v = 1; 
} 

#ifdef TEST
#xxx 
