view 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
line wrap: on
line source

#define m(a,b) a::b
=m(123,
456)
   ------
=m
(123, 456)
   ------
=m(
123, 456)
   ------
=m(
123,
456
)
   ------
=m(123,

456)
   ------
=m(123,
   456)