Chromium Code Reviews| Index: test/standalone-static-library/prog.c |
| =================================================================== |
| --- test/standalone-static-library/prog.c (revision 0) |
| +++ test/standalone-static-library/prog.c (revision 0) |
| @@ -0,0 +1,7 @@ |
| +extern void print(void); |
| + |
| +int main(int argc, char *argv[]) |
| +{ |
| + print(); |
| + return 0; |
| +} |
| Property changes on: test/standalone-static-library/prog.c |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |