6 lines
74 B
Objective-C
6 lines
74 B
Objective-C
// Cocoa
|
|
#import "Foundation.h"
|
|
#import "AppKit.h"
|
|
|
|
struct A { int i; };
|