view tools/clang/test/Index/unmatched-braces.c @ 53:f679cc5126db

include setjmp.h automatically
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sat, 18 Jan 2014 23:56:19 +0900
parents 95c75e76d11b
children
line wrap: on
line source

void foo() {
  int x;
  if (x) {
}

// RUN: c-index-test -cursor-at=%s:2:7 %s > %t
// RUN: FileCheck %s -input-file %t

// CHECK: VarDecl=x:2:7