单项选择题

A.function Test()end
B.function Test(){}
C.function int Test(){return 0}
D.function int Test()return 0end