diff options
| author | mzuenni <michi.zuendorf@gmail.com> | 2024-08-25 19:43:11 +0200 |
|---|---|---|
| committer | mzuenni <michi.zuendorf@gmail.com> | 2024-08-25 19:43:11 +0200 |
| commit | 00b01a954304e50904de97b25639c535e16f259e (patch) | |
| tree | 8173754d473bfe32c0c65e8b4f8584c4d9f15d67 /content/tests/gcc5bug.cpp | |
| parent | e6c2810802d0faf3d0fa58c1170ded42b21d3338 (diff) | |
no spaces
Diffstat (limited to 'content/tests/gcc5bug.cpp')
| -rw-r--r-- | content/tests/gcc5bug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/tests/gcc5bug.cpp b/content/tests/gcc5bug.cpp index f49603e..6aaeea9 100644 --- a/content/tests/gcc5bug.cpp +++ b/content/tests/gcc5bug.cpp @@ -1,4 +1,4 @@ //https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68203 struct A { - pair<int, int> values[1000000]; + pair<int, int> values[1000000]; }; |
