blob: 23f7ffbae2867e50468e766dfcd44ec2c3089dc1 [file] [log] [blame]
TFLAG_C = 1
.macro check
.if (0 & TFLAG_C)
.endif
.endm
.text
check