Ted Kremenek | 16b55a7 | 2010-01-26 19:31:51 +0000 | [diff] [blame] | 1 | // RUN: c-index-test -test-inclusion-stack-source %s 2>&1 | FileCheck %s |
2 | |||||
3 | #include "include_test.h" | ||||
4 | |||||
5 | // CHECK: cindex-test-inclusions.c | ||||
6 | // CHECK: included by: | ||||
7 | // CHECK: include_test.h | ||||
8 | // CHECK: included by: | ||||
9 | // CHECK: cindex-test-inclusions.c:3:10 | ||||
10 | // CHECK: include_test_2.h | ||||
11 | // CHECK: included by: | ||||
12 | // CHECK: include_test.h:1:10 | ||||
13 | // CHECK: cindex-test-inclusions.c:3:10 |