summaryrefslogtreecommitdiff
path: root/6p31.cpp
blob: 49bfced04b7bb4371a031452d54c80171ae3914d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

/*
 *
 * 6.31
 *
 *
 */

int main () {

	// When the reference is not a local variable
	return 0;
}