[Synopsis-changes] Synopsis/Synopsis/tests/Processors/Grouper/input groups.cc,NONE,1.1

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 2 05:41:50 UTC 2003


Update of /cvs/synopsis/Synopsis/tests/Processors/Grouper/input
In directory frida:/tmp/cvs-serv30640/Processors/Grouper/input

Added Files:
	groups.cc 
Log Message:
more tests

--- NEW FILE: groups.cc ---
// group documentation
// @group first group {

// some comment
// extending over multiple lines

// another comment
struct foo
{
};
int test1;
int test2;
// }
int bar;
// another group
// @group tests {
int test3;
int test4;
// }

// @group outer {

// @group inner {
int f;
// @group xxx { not a group
int test5;
// } and not a group end
// }
// and not a group either
int test6;
// }

// }





More information about the Synopsis-changes mailing list