index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920721-2.c
blob: ed4e0bf87009fea2ce100f57fc1b5f2999f4a134 (
plain
)
1
2
f
(){}
main
(){
int
n
=
2
;
double
x
[
n
];
f
();
exit
(
0
);}