pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:59 by Martin Nilsson <nilsson@opera.com>
4275eeb33174b29958d93bb4aba4b91b5a137288 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Robustness fix.
4008:
// Testing __INIT test_any([[
-
class X { int x = 1; int zz = 1; int zzz=8; int xx=
8
; };
+
class X { int x = 1; int zz = 1; int zzz=8; int xx=
16
; };
class Y { int y = 2; int xx; }; class Z { inherit X; inherit Y; int z = 4; int zz = 0; int zzz; }; object zz = Z();