es2c/runtime/runtime.c
2024-12-08 23:34:29 +02:00

7 lines
43 B
C

#include "runtime.h"
struct js_val {
};