aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clazy-standalone/fileToIgnore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clazy-standalone/fileToIgnore.cpp')
-rw-r--r--tests/clazy-standalone/fileToIgnore.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/clazy-standalone/fileToIgnore.cpp b/tests/clazy-standalone/fileToIgnore.cpp
new file mode 100644
index 00000000..7fbbeb29
--- /dev/null
+++ b/tests/clazy-standalone/fileToIgnore.cpp
@@ -0,0 +1,7 @@
+#include "header_filter_foo.h"
+#include "header_filter_bar.h"
+
+void t()
+{
+ QDateTime::currentDateTime().toTime_t();
+}