view tests/t36.c @ 159:8cef6d7227a8

Expand __FILE__ and __LINE__.
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 27 Feb 2015 00:41:46 +0100
parents 15f51ed08ecf
children
line wrap: on
line source

#define C(x) //**/* x */**//
C(3)
C(abc /* def */ ghi)

#define D(x) ///**/**/**///**/* x */**///**/**/**///
D(3)
D(abc /* def */ ghi)