Skip to content

Instantly share code, notes, and snippets.

@AlexDenisov
Created September 17, 2013 11:01
Show Gist options
  • Save AlexDenisov/6592868 to your computer and use it in GitHub Desktop.
Save AlexDenisov/6592868 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
int main()
{
NSLog(@"%@", @(13));
return 0;
}
clang -S -emit-llvm main.m
cat main.s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment