repeats.cpp (kdbg-3.0.0) | : | repeats.cpp (kdbg-3.0.1) | ||
---|---|---|---|---|
// test <repeats 30 times> in arrays | // test <repeats 30 times> in arrays | |||
#include <iostream> | #include <iostream> | |||
#include <qstring.h> | #include <QtCore/QString> | |||
struct Big { | struct Big { | |||
struct bog { | struct bog { | |||
short b[40]; | short b[40]; | |||
} a[40]; | } a[40]; | |||
short c[40][40]; | short c[40][40]; | |||
}; | }; | |||
static void f(int) | static void f(int) | |||
{ | { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |