I should have learned Zig *before* crashing a Zig #FOSDEM
Welcome to #Zig, where you no longer have to play hide and seek with symbols!
Yes, @huy_ngo, symbols. Things that get included in C/C++ context. There's a convention for putting used symbols for each header but it's hardly a popular one.
@mcsinyx wait a min you can reference std before declaring it?
@huy_ngo, top level declarations in Zig are order-independent.
@mcsinyx Symbols?