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