GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
x-way
/
zweic
Transfer to URL with SHA
Find file
Newer
Older
tree:
19689bd387
Branches
Tags
×
master
zweic
/
tests
/
4
/ term-ident.zwei
ajaggi
on 26 Dec 2005
139 bytes
Added some test cases
Raw
Blame
History
// Ident
class
foo
{
Int
y
;
Null
bar
()
{
Int
x
=
0
;
y
;
// 1/1 failure of clause 1
x
;
// success
}
}
1