aboutsummaryrefslogtreecommitdiff
path: root/01-ctest/test.h
blob: 629075996eb895921a8bbee5362f10a65e31d78a (plain)
1
2
3
4
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