| Index: test/actions-shared-library/lib.cc
|
| ===================================================================
|
| --- test/actions-shared-library/lib.cc (revision 0)
|
| +++ test/actions-shared-library/lib.cc (revision 0)
|
| @@ -0,0 +1,13 @@
|
| +// Copyright 2013 Google Inc. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "lib.h"
|
| +
|
| +#include <fstream>
|
| +
|
| +void f() {
|
| + std::ofstream out("prog.cc");
|
| +
|
| + out << "int main() { return 0; }\n";
|
| +}
|
|
|
| Property changes on: test/actions-shared-library/lib.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|