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
/
c23-fordecl-2.c
blob
cd6c6ea9c69d6d79e4f70e172031febabe9bc535
1
/* Test restrictions on the kind of declarations permitted in for loops removed
2
in C23. */
3
/* { dg-do compile } */
4
/* { dg-options "-std=c23 -pedantic-errors" } */
5
6
#include
"c99-fordecl-3.c"