summaryrefslogtreecommitdiff
path: root/tools/asm-processor/tests/comments.c
blob: 4c9366991307932063dcb11a656686befed35967 (plain)
1
2
3
4
5
6
const char before[] = "^";
GLOBAL_ASM(
.rdata
.asciz "aaaa /* bbbb */ # cccc", /**//**//**//**/ /*/ "xxxx" /*/ /* dddd " eeee */ "# ffff" # gggg "hhhh" /* iiii */
)
const char after[] = "$";