1 2 3 4 5 6 7 8 9 10
// RUN: %clang_cc1 %s -emit-llvm -o - @interface I0 @end @implementation I0 - (void) im0: (int (void)) a0 { } @end void func(int pf(void)) { }