blob: 2190125c098fe15d6c70423b11154af567fcd061 [file] [log] [blame]
Ted Kremenek672c0032010-05-06 00:22:25 +00001#include "annotate-tokens-include.h"
2
3// RUN: c-index-test -test-annotate-tokens=%s:1:1:2:1 %s | FileCheck %s
Douglas Gregorecdcb882010-10-20 22:00:55 +00004// CHECK: Punctuation: "#" [1:1 - 1:2] inclusion directive=annotate-tokens-include.h
Douglas Gregor4419b672010-10-21 06:10:04 +00005// CHECK: Identifier: "include" [1:2 - 1:9] inclusion directive=annotate-tokens-include.h
6// CHECK: Literal: ""annotate-tokens-include.h"" [1:10 - 1:37] inclusion directive=annotate-tokens-include.h
Ted Kremenek672c0032010-05-06 00:22:25 +00007