blob: c33d8c02e13b881900f3c3e7c888ef23070806bd [file] [log] [blame]
Douglas Gregor09d9fa12010-04-05 16:10:30 +00001// Note: the run lines follow their respective tests, since line/column
2// matter in this test.
3
4#define FOO(Arg1,Arg2) foobar
5
6void f() {
7
8}
9
10// RUN: c-index-test -code-completion-at=%s:7:1 %s | FileCheck -check-prefix=CHECK-CC1 %s
11// CHECK-CC1: macro definition:{TypedText FOO}{LeftParen (}{Placeholder Arg1}{Comma , }{Placeholder Arg2}{RightParen )}