[Synopsis-changes] Synopsis/Synopsis/tests/Parsers/Cpp/input macros.cc,NONE,1.1

Stefan Seefeld stefan at synopsis.fresco.org
Tue Jan 13 19:14:51 UTC 2004


Update of /cvs/synopsis/Synopsis/tests/Parsers/Cpp/input
In directory frida:/tmp/cvs-serv30280/Parsers/Cpp/input

Added Files:
	macros.cc 
Log Message:
new test

--- NEW FILE: macros.cc ---
#define FOO BAR

#define PREFIX(x,y) x##y

#define LOG(x) std::cout << (x) << std::endl;

void foo()
{
   LOG(PREFIX("foo","bar"));
}





More information about the Synopsis-changes mailing list