mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
896c4645df
rdar://31432960
10 lines
127 B
C
10 lines
127 B
C
|
|
typedef struct {
|
|
long width;
|
|
long height;
|
|
} NUPixelSize;
|
|
|
|
#if __swift__ >= 40000
|
|
void show_only_for_swift_4(void);
|
|
#endif
|