comparison 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
comparison
equal deleted inserted replaced
130:b4f97f6b32c2 131:a6d02e6ca543
1 this line 'has /* no' comment */ in it
2
3 #define BELCH(x) 'x'
4 "BELCH(123)": BELCH(123)
5 'BELCH(123)': BELCH(123)
6