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
girparser: Fix unowned keyword in metadata types
[vala-lang.git]
/
tests
/
basic-types
/
bug596785.vala
blob
7afb21addbcc6335ab29bb2b5a5493fa467f2196
1
void
main
() {
2
var
c
=
'€'
;
3
assert
(
c
==
'€'
);
4
}