blob: d4bf56b39451a940c7eae750515f45fbac3e787b [file] [log] [blame]
struct CPoint {
double x, y;
};
struct NonnullWrapper {
void * _Nonnull ptr;
};