luxe / unilang

A universal programming language
MIT License
33 stars 13 forks source link

duplicate symbols from two separate cpps? #443

Closed luxe closed 4 years ago

luxe commented 4 years ago

I think the linker errored from seeing two duplicate symbols from two different cpp files.
Setup a test directory to experiment with that and prove it cannot happen and that are utility libs are safe from name clashing with each other.

luxe commented 4 years ago

we'll ignore this unless there is a more discrete error.