Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / dist / clang / test / Index / index-kernel-invocation.cpp
blobdba8e6b91a08d150dbd59f960d34ee696dca60a1
1 // RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
3 // CHECK: [indexDeclaration]: kind: function | name: foobar
4 void foobar(void);