20060801-1.c: Add missing '}'.

* gcc.dg/20060801-1.c: Add missing '}'.

From-SVN: r115903
This commit is contained in:
John David Anglin 2006-08-03 16:32:29 +00:00 committed by John David Anglin
parent 1650e3f510
commit 00643d1ce2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-08-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/20060801-1.c: Add missing '}'.
2006-08-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/27508

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target { lp64 } } */
/* { dg-do compile { target { lp64 } } } */
/* { dg-options "-fPIC" } */
char *ptr = 0;
char array[100];