comparison tools/clang/test/Index/unmatched-braces.c @ 0:95c75e76d11b LLVM3.4

LLVM 3.4
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 13:56:28 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:95c75e76d11b
1 void foo() {
2 int x;
3 if (x) {
4 }
5
6 // RUN: c-index-test -cursor-at=%s:2:7 %s > %t
7 // RUN: FileCheck %s -input-file %t
8
9 // CHECK: VarDecl=x:2:7