repo.or.cz
/
vala-gnome.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux: Add constants from program_invocation_name(3)
[vala-gnome.git]
/
tests
/
structs
/
bug764041.test
blob
1911cda0c3d17683643480b9a0bc5f23ad4cbe02
1
Invalid Code
2
3
struct N {
4
public int i;
5
}
6
7
void main() {
8
N n = { 42 };
9
Value v = n;
10
}