view tests/t39.c @ 208:f6f2c7a9d7d8

also recognize __riscv128__, may as well.
author David A. Holland
date Mon, 21 Jan 2019 21:41:38 -0500
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)