1 2 3 4 5 6 7
{ Foo foo; foo.function(parameter); foo.anotherFunction(anotherParameter); Bar bar(1024,1024); bar.function(parameter); }