]> Git Repo - binutils.git/blobdiff - gdb/testsuite/gdb.python/py-lazy-string.c
Update copyright year range in all GDB files.
[binutils.git] / gdb / testsuite / gdb.python / py-lazy-string.c
index 105c559663ae3bd866e7512bf3c6135216cb3b58..da5846db0854c257be81ecf43301b2aeb9525ad2 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2015-2017 Free Software Foundation, Inc.
+   Copyright 2015-2020 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
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+typedef const char* pointer;
+
 int
 main ()
 {
+  const char *ptr = "pointer";
+  const char array[] = "array";
+  pointer typedef_ptr = "typedef pointer";
   const char *null = 0;
 
   return 0; /* break here */
This page took 0.027637 seconds and 4 git commands to generate.