repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix type of malloc parameter in trans-expr.cc
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr20672-1.c
blob
e47fef3fa4338d02f6e687a7fd8d3f5d3a50e1e2
1
/* EOF must cause an error inside a function, not just set parser->error.
2
Bug 20672. */
3
/* { dg-do compile } */
4
/* { dg-options "" } */
5
int
main
(
void
)
6
{
7
int
a
;
/* { dg-error "expected" } */