aboutsummaryrefslogtreecommitdiff
path: root/tests/bc/misc8.txt
blob: 8bef63316ef844ce7ebdecdb682cbc8ff5f70e45 (plain)
1
2
3
4
5
6
7
8
define a(){
	return 5
}define b(){
	return 6
}
24
a()
b()