Add missing } to gcc.c-torture/compile/20150108.c

From-SVN: r219740
This commit is contained in:
Markus Trippelsdorf 2015-01-16 13:59:08 +00:00
parent 666e8e0603
commit eeda1b3494
1 changed files with 1 additions and 0 deletions

View File

@ -20,3 +20,4 @@ int fn1 () {
u = v;
r = b | a[4];
return e;
}