aboutsummaryrefslogtreecommitdiff
path: root/01-ctest/test.h
diff options
context:
space:
mode:
Diffstat (limited to '01-ctest/test.h')
-rw-r--r--01-ctest/test.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/01-ctest/test.h b/01-ctest/test.h
new file mode 100644
index 0000000..6290759
--- /dev/null
+++ b/01-ctest/test.h
@@ -0,0 +1,5 @@
+#ifndef MYON_TEST_H_INCLUDED
+#define MYON_TEST_H_INCLUDED
+int add(int a, int b);
+int addt(int a, int b) __attribute__((target("thumb")));
+#endif // MYON_TEST_H_INCLUDED