/*
 *
 * Test.c
 *
 *  Created on: 01.12.2009
 *      Author: sep
 */
#include <string>

int main(){
	std::string str ;
	return 0;
}
