diff options
author | aiju <devnull@localhost> | 2018-05-05 12:14:39 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2018-05-05 12:14:39 +0000 |
commit | ec60da4961b4acff96631e7b99c90a0f4500dbed (patch) | |
tree | b18c1967f7cf06ef83b747469a8449f2c4b5437f /sys/src/libmp/test/dat.h | |
parent | a7a07b2d43529b60a239bbb2c7acabcbdbb812e5 (diff) |
libmp: add awk-generated tests
Diffstat (limited to 'sys/src/libmp/test/dat.h')
-rw-r--r-- | sys/src/libmp/test/dat.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/src/libmp/test/dat.h b/sys/src/libmp/test/dat.h new file mode 100644 index 000000000..fb81ea079 --- /dev/null +++ b/sys/src/libmp/test/dat.h @@ -0,0 +1,10 @@ +typedef struct ldint ldint; + +struct ldint { + int n; + u8int *b; +}; + +enum {NTEST = 2 * 257 + 32}; + +#pragma varargck type "L" ldint * |