forked from qt-creator/qt-creator
Reparsing in Clang is broken in master. We need to test what is working in which version. Change-Id: I620acd4a0a5adc951951e0fc3c0a4096ac9844fe Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
8 lines
137 B
C
8 lines
137 B
C
#ifndef COMPLETE_TARGET_HEADER_H
|
|
#define COMPLETE_TARGET_HEADER_H
|
|
|
|
void FunctionInIncludedHeader();
|
|
|
|
#endif // COMPLETE_TARGET_HEADER_H
|
|
|