summaryrefslogtreecommitdiffstats
path: root/test32.c
diff options
context:
space:
mode:
Diffstat (limited to 'test32.c')
-rw-r--r--test32.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test32.c b/test32.c
deleted file mode 100644
index a78f27f..0000000
--- a/test32.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-#include "inlineasm.h"
-
-int main(int argc, char* argv[]) {
- uint32_t time = optmemmeasure(argv[0],2);
- printf("%d\n",time);
- return 0;
-}