summaryrefslogtreecommitdiff
path: root/Tests/SourceFileIncludeDirProperty/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SourceFileIncludeDirProperty/main.c')
-rw-r--r--Tests/SourceFileIncludeDirProperty/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/SourceFileIncludeDirProperty/main.c b/Tests/SourceFileIncludeDirProperty/main.c
new file mode 100644
index 000000000..36144ca06
--- /dev/null
+++ b/Tests/SourceFileIncludeDirProperty/main.c
@@ -0,0 +1,7 @@
+
+#include "header.h"
+
+int main()
+{
+ return 0;
+}