1 #include "c.h"
2 extern Interface nullIR;
3 extern Interface bytecodeIR;
4 Binding bindings[] = {
5 	{ "null",          &nullIR },
6 	{ "bytecode",      &bytecodeIR },
7 	{ NULL,            NULL },
8 };
9