]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.cp/virtbase2.cc
Automatic Copyright Year update after running gdb/copyright.py
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.cp / virtbase2.cc
index 8b2fb77b46a1fb64174c459df728ef0e63dcda05..773bf1b5ceacaee36c6d46354eb032617a47e647 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2018 Free Software Foundation, Inc.
+   Copyright 2018-2022 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -46,4 +46,6 @@ int main()
 {
   derived().func_d();
   foo().func_f();
+
+  return 0;
 }