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