xref: /minix3/external/bsd/llvm/dist/clang/test/Index/Inputs/retain-comments-from-system-headers.h (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
1 #pragma clang system_header
2 
3 /**
4  * system_function
5  * \param a Aaa.
6  */
7 int system_function(int a);
8 
9