mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
12 lines
No EOL
95 B
C++
12 lines
No EOL
95 B
C++
const int x[20] = { 1 };
|
|
|
|
|
|
struct Item {
|
|
int i;
|
|
int j;
|
|
};
|
|
|
|
int main()
|
|
{
|
|
Item m;
|
|
} |