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:
8e83e05c9d
Branches
Tags
×
master
zweic
/
tests
/
4
/ aj-01.zwei
ajaggi
on 27 Dec 2005
95 bytes
Added some testfiles
Raw
Blame
History
class
C
{
Int
a
;
Int
b
;
}
{
Int
a
=
null
;
C b
=
new
C
(
a
*
10
,
10
);
if
(
a
==
b
.
a
)
{
};
}