aboutsummaryrefslogtreecommitdiff
path: root/raii/allocate.cpp
blob: 519f09fd7fa212a30d57d8c06fe100d353aa293d (plain)
1
2
3
4
5
6
7
8
bool f(int big_number) {
	int *a = new int[big_number];
	return true;
}

int main() {
	return 0;
}

Generated with cgit - Back to sebastiano.tronto.net