summaryrefslogtreecommitdiff
path: root/content/tests/gcc5bug.cpp
blob: f49603e92642c70118ad5b6278af0d2ef73e856c (plain)
1
2
3
4
//https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68203
struct A {
    pair<int, int> values[1000000];
};