void main() { 
   test(); 
}  
test() { 
   //function definition 
   print("function called"); 
}