ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / gold / testsuite / undef_symbol.cc
index 75f17d3593ceaa4e67b214a71ae9290b91f4eab3..24908a387d92f588e54714347ea616b579ade895 100644 (file)
@@ -1,6 +1,6 @@
 // undef_symbol.cc -- a test case for undefined references
 
-// Copyright 2007, 2008 Free Software Foundation, Inc.
+// Copyright (C) 2007-2015 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -31,6 +31,8 @@ class Foo
   Foo()
     : a_(a)
   { }
+  int get_a()
+  { return a_; }
  private:
   int a_;
 };
This page took 0.025556 seconds and 4 git commands to generate.