单项选择题

以下关于本地方法的声明中哪一个是正确的?()

A. public native void test();
B. public native void test(){}
C. public void native test()
D. public native test(){}