mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Updates to bitstruct
This commit is contained in:
committed by
Christoffer Lerno
parent
15f902579b
commit
4662133893
10
test/test_suite/unicode/commenting-out.c3
Normal file
10
test/test_suite/unicode/commenting-out.c3
Normal file
@@ -0,0 +1,10 @@
|
||||
// #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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user