view tests/t39.c @ 205:dd0d2bfe4962

Recognize __aarch64__ and __riscv__. __aarch64__ was sent in simultaneously by several people at once, which was a little freaky, but whatever.
author David A. Holland
date Mon, 21 Jan 2019 21:18:50 -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)