Created
December 25, 2019 01:47
-
-
Save SunXiaoShan/942eaea0f263dd424fabdb57a52451c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/FoundationLegacySwiftCompatibility.h" 1 3 | |
# 185 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h" 2 3 | |
# 2 "main.m" 2 | |
int add(int a, int b) { | |
return a + b + 8; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment