repos / gbc

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

gbc / tests
xplshn  ·  2025-09-10

unknownIdentifier.b

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