1 #pragma clang system_header
2 
3 /**
4  * system_function
5  * \param a Aaa.
6  */
7 int system_function(int a);
8 
9