aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mac/upload_system_symbols/testdata/archtest.c
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-02-03 22:52:49 +0000
committerrsesek@chromium.org <rsesek@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-02-03 22:52:49 +0000
commit299683dba6b4abd4f7ceca28a2ed8005081ed4ad (patch)
treea2ecd98728c23432afa1c414b5898f015243593b /src/tools/mac/upload_system_symbols/testdata/archtest.c
parentSupport statically-linked libcurl for HTTP uploads in Linux (diff)
downloadbreakpad-299683dba6b4abd4f7ceca28a2ed8005081ed4ad.tar.xz
Create a new tool to upload Mac system library symbols.
R=andybons@chromium.org, mark@chromium.org Review URL: https://breakpad.appspot.com/1124002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1278 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/tools/mac/upload_system_symbols/testdata/archtest.c')
-rw-r--r--src/tools/mac/upload_system_symbols/testdata/archtest.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/mac/upload_system_symbols/testdata/archtest.c b/src/tools/mac/upload_system_symbols/testdata/archtest.c
new file mode 100644
index 00000000..0931fca1
--- /dev/null
+++ b/src/tools/mac/upload_system_symbols/testdata/archtest.c
@@ -0,0 +1,7 @@
+int TestLibUsefulFunction() {
+ return 42;
+}
+
+int main() {
+ return 0;
+}