mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-15 15:51:05 +00:00
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
8 lines
73 B
C
8 lines
73 B
C
int TestLibUsefulFunction() {
|
|
return 42;
|
|
}
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|