mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
10 lines
143 B
Objective-C
10 lines
143 B
Objective-C
// RUN: clang-cc %s -emit-llvm -o -
|
|
|
|
@interface I0 @end
|
|
@implementation I0
|
|
- (void) im0: (int (void)) a0 {
|
|
}
|
|
@end
|
|
|
|
void func(int pf(void)) {
|
|
}
|