mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
@ is now part of the name of an attribute or a macro. Macros without '@' must be function-like.
This commit is contained in:
@@ -8,7 +8,7 @@ fn void test()
|
||||
{
|
||||
int x = foo();
|
||||
if (x > 0) return;
|
||||
@unreachable();
|
||||
unreachable();
|
||||
x++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user