Files
c3c/test/test_suite/unicode/commenting-out.c3
Christoffer Lerno 4662133893 Updates to bitstruct
2021-11-08 22:22:01 +01:00

11 lines
251 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// #error: Invalid encoding - Unbalanced bidirectional markers.
int main() {
bool isAdmin = false;
/* } if (isAdmin) begin admins only */
printf("You are an admin.\n");
/* end admins only { */
return 0;
}