summaryrefslogtreecommitdiffstats
path: root/test32.c
diff options
context:
space:
mode:
Diffstat (limited to 'test32.c')
-rw-r--r--test32.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test32.c b/test32.c
new file mode 100644
index 0000000..a78f27f
--- /dev/null
+++ b/test32.c
@@ -0,0 +1,8 @@
+#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;
+}