Skip to content

Instantly share code, notes, and snippets.

@uliwitness
Created December 20, 2016 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uliwitness/7e9ac74f1c886cdfb179fbfba53df2a5 to your computer and use it in GitHub Desktop.
Save uliwitness/7e9ac74f1c886cdfb179fbfba53df2a5 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
int main(int argc, char *argv[]) {
@autoreleasepool {
int* __nullable foo = NULL;
int& fooRef = *foo;
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment