thelilylang / lily

The Lily programming language ⚜
MIT License
9 stars 2 forks source link

Fix: Allow prototype duplications #503

Closed ArthurPV closed 4 months ago

ArthurPV commented 4 months ago

Allow that:

e.g.

struct A;
struct A;