Files
qt-creator/tests/unit/unittest/data/includecollector_if.cpp
Marco Bubke aba09cc115 Clang: Add test for include collector
To be secure that include is only called it the definition is true.

Change-Id: I04bae9860e64206a1c6886d7cf1682a87e9f9a07
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2017-02-16 17:39:16 +00:00

8 lines
98 B
C++

#if 0
#include "includecollector_false.h"
#endif
#if 1
#include "includecollector_true.h"
#endif