| 322 | |
| 323 | |
| 324 | void lua_printobj (lua_State *L, struct GCObject *o) { |
| 325 | printobj(G(L), o); |
| 326 | } |
| 327 | |
| 328 | static int testobjref (global_State *g, GCObject *f, GCObject *t) { |
| 329 | int r1 = testobjref1(g, f, t); |
nothing calls this directly
no test coverage detected