Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: test/mac/objc-gc/main.m

Issue 10409007: mac ninja and make: Add support for GCC_ENABLE_OBJC_GC. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mac/objc-gc/cc-file.cc ('k') | test/mac/objc-gc/needs-gc.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/objc-gc/main.m
===================================================================
--- test/mac/objc-gc/main.m (revision 0)
+++ test/mac/objc-gc/main.m (revision 0)
@@ -0,0 +1,6 @@
+#import <Foundation/Foundation.h>
+
+int main() {
+ printf("gc on: %d\n", [NSGarbageCollector defaultCollector] != NULL);
+ return 0;
+}
Property changes on: test/mac/objc-gc/main.m
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « test/mac/objc-gc/cc-file.cc ('k') | test/mac/objc-gc/needs-gc.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698