repo.or.cz
/
vala-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libgda-4.0, gedit-2.20: Fix gedit typo and GdaXaTransactionId.data
[vala-lang.git]
/
tests
/
basic-types
/
bug596637.vala
blob
904de17ff46421ff604fa15069302e952a57056d
1
void
main
() {
2
int
[]
a
=
new
int
[
1
];
3
a
[
0
]++;
4
assert
(
a
[
0
] ==
1
);
5
}