repos / gbc

GBC - Go B Compiler
git clone https://github.com/xplshn/gbc.git

gbc / tests
xplshn  ·  2025-08-13

unknownIdentifier.b

B
1main() {
2    auto a = 42;
3    a();  // OK, OK, calling it...
4}