1	TFLAG_C == 1
2
3	.macro	check
4	.if	(0 & TFLAG_C)
5	.endif
6	.endm
7
8	.text
9	check
10