#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