diff options
Diffstat (limited to 'test/external/metalang99/bench/100_v.c')
| -rw-r--r-- | test/external/metalang99/bench/100_v.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/external/metalang99/bench/100_v.c b/test/external/metalang99/bench/100_v.c new file mode 100644 index 0000000..d97c3ed --- /dev/null +++ b/test/external/metalang99/bench/100_v.c @@ -0,0 +1,8 @@ +#include <metalang99.h> + +#define _10 \ + v(~~~~~~~~~~), v(~~~~~~~~~~), v(~~~~~~~~~~), v(~~~~~~~~~~), v(~~~~~~~~~~), v(~~~~~~~~~~), \ + v(~~~~~~~~~~), v(~~~~~~~~~~), v(~~~~~~~~~~), v(~~~~~~~~~~) +#define _100 _10, _10, _10, _10, _10, _10, _10, _10, _10, _10 + +ML99_EVAL(_100) |