15b0773e2STed Kremenek #include "annotate-tokens-include.h" 25b0773e2STed Kremenek 35b0773e2STed Kremenek // RUN: c-index-test -test-annotate-tokens=%s:1:1:2:1 %s | FileCheck %s 4796d76a6SDouglas Gregor // CHECK: Punctuation: "#" [1:1 - 1:2] inclusion directive=annotate-tokens-include.h 5*adfdccf1SDouglas Gregor // CHECK: Identifier: "include" [1:2 - 1:9] inclusion directive=annotate-tokens-include.h 6*adfdccf1SDouglas Gregor // CHECK: Literal: ""annotate-tokens-include.h"" [1:10 - 1:37] inclusion directive=annotate-tokens-include.h 75b0773e2STed Kremenek 8