shithub: sl

ref: e0b01eb11d97d9d1e1f36cd9a62c87b9bd33c50c
dir: /3rd/mp/test/dat.h/

View raw version
typedef struct ldint ldint;

struct ldint {
	u32int n;
	u8int *b;
};

enum {NTEST = 2 * 257 + 32};

extern int anyfail;