view tests/t31.c @ 131:a6d02e6ca543

Test single-quote strings / character constants.
author David A. Holland
date Sun, 16 Jun 2013 22:08:06 -0400
parents
children
line wrap: on
line source

this line 'has /* no' comment */ in it

#define BELCH(x) 'x'
"BELCH(123)": BELCH(123)
'BELCH(123)': BELCH(123)