blob: 5e712a11227f14e9342334ca706637ea2e0d1642 [file] [log] [blame]
Douglas Gregor84139d62010-04-05 21:25:31 +00001// Note: the run lines follow their respective tests, since line/column
2// matter in this test.
3
4enum {
5 Red = 17,
6 Green,
7 Blue
8};
9
10void f() {
11
12}
13
14// RUN: c-index-test -code-completion-at=%s:11:1 %s | FileCheck -check-prefix=CHECK-CC1 %s
15// CHECK-CC1: EnumConstantDecl:{ResultType enum <anonymous>}{TypedText Red}