shithub: sl

ref: 8a26e53e24fd1fca9cc2ff6e60d60d69c25d602f
dir: /3rd/mp/test/dat.h/

View raw version
typedef struct ldint ldint;

struct ldint {
	uint32_t n;
	uint8_t *b;
};

enum {NTEST = 2 * 257 + 32};

extern int anyfail;