#include <iostream>This MBObjectSpec specification is colorized with mbspecd.
#include <MBDoc/MBDoc.h>
int main(int argc,char** argv)
{
MBDoc::TextElement TestElement;
std::cout<<"Hello world!"<<std::endl;
}
struct foo
{
int stuff;
List<foo> moreStuff;
}
struct bar
{
?foo Foo;
Variant<foo,int> property;
}