void ok8(int [*]); void ok8(int a[*]); void ok9(int a[const volatile restrict *]); /* * check-name: abstract-array-declarator-star */