No description
Find a file
2025-12-06 09:00:10 +01:00
src compile object files and then link 2025-12-06 09:00:10 +01:00
.gitignore compile object files and then link 2025-12-06 09:00:10 +01:00
nob.c compile object files and then link 2025-12-06 09:00:10 +01:00
nob.h initial commit 2025-12-05 16:15:37 +01:00
README.txt initial commit 2025-12-05 16:15:37 +01:00

I'm trying to reproduce a bug that I encountered at work.

2 different structs with the same name in the global namespace
defined in separate cpp files would cause undefined behaviour
and would crash in the destructor of a string.