void main() { Test t; t.example(); }
00001 void main() 00002 { 00003 Test t; 00004 t.example(); 00005 }