mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Recursive definition of tag not detected with nested tag/tagof #2790
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
struct Foo @tag("", Foo.tagof("")) // #error: Recursive definition of 'Foo'.
|
||||
{
|
||||
}
|
||||
fn int main() => 1;
|
||||
Reference in New Issue
Block a user