comparison tests/t39.c @ 178:0d5b9651b240

Merge Joerg's changes into upstream. (now that they've been thrashed out a bit, include CHANGES entries, etc.)
author David A. Holland
date Fri, 12 Jun 2015 03:05:49 -0400
parents ffdb0b73856f
children
comparison
equal deleted inserted replaced
156:e8f7ae63844f 178:0d5b9651b240
1 #define m(a,b) a::b
2 =m(123,
3 456)
4 ------
5 =m
6 (123, 456)
7 ------
8 =m(
9 123, 456)
10 ------
11 =m(
12 123,
13 456
14 )
15 ------
16 =m(123,
17
18 456)
19 ------
20 =m(123,
21 456)