ModuleDescription_t.cc
Go to the documentation of this file.
3 
4 #include <cassert>
5 
6 int
7 main()
8 {
10  assert(md1 == md1);
12  assert(md1 == md2);
14  "class2",
15  "",
19  "class2",
20  "",
23  assert(md4 == md2);
24 }
int main()