ultimatepp/uppdev/Test/mainxxx.cpp
cxl 351994a6cc Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00

12 lines
No EOL
95 B
C++

const int x[20] = { 1 };
struct Item {
int i;
int j;
};
int main()
{
Item m;
}