summaryrefslogtreecommitdiff
path: root/6p40.cpp
blob: 6c2c1ae3278288ee04061d1ede476d4b9d4ccfbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

/*
 *
 * 6.40
 *
 *
 */

int ff(int a, int b = 0, int c = 0);
//char *init(int ht = 24, int wd, char bckgrnd);
int main () {

	// (A) OK
	// (B) Error
	return 0;
}