0
0
This repository has been archived on 2024-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
legacy-code/test/comments.jce

12 lines
146 B
Plaintext

mov $1 42 # comment
mov $1 42 // comment
# block comments
/*
Block comment
*/
/* Also a block comment */
mov /* Inline block comment */ $1 42