llvm-project/clang/test/Index/Inputs/retain-comments-from-system-headers.h
Ted Kremenek 12c7799c55 Add tests for r163778.
llvm-svn: 163812
2012-09-13 17:25:51 +00:00

9 lines
102 B
C

#pragma clang system_header
/**
* system_function
* \param a Aaa.
*/
int system_function(int a);