1void test(int x); 2void test(out int x) {} 3 4/*%%* 5modifiers on parameter 1 differ between declaration and definition 6*%%*/ 7