view tools/clang/test/Index/remap-complete.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 e4204d083e25
children
line wrap: on
line source

// RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s,%S/Inputs/remap-complete-to.c" %s | FileCheck %s

// CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (}
void f() { }