
While at it, have cmake build and test the tool if libedit is not installed, as this dependency is now optional. llvm-svn: 201599
5 lines
141 B
C
5 lines
141 B
C
// RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s
|
|
|
|
// CHECK: function-decl.c:4:1: note: "root" binds here
|
|
void foo(void) {}
|